Fix the conf directory

This commit is contained in:
Andrea Dell'Amico 2020-11-17 12:25:50 +01:00
parent 02a2239005
commit f308dc5c0c
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ networks:
configs: configs:
shinyproxy_conf: shinyproxy_conf:
file: {{ shinyproxy_conf_dir }}/application.yml file: {{ shinyproxy_as_docker_src_dir }}/application.yml
services: services:
shinyproxy: shinyproxy:
{% if shinyproxy_container_backend == 'docker' %} {% if shinyproxy_container_backend == 'docker' %}
@ -23,7 +23,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
configs: configs:
- source: shinyproxy_conf - source: shinyproxy_conf
target: /opt/shinyproxy/application.yml target: {{ shinyproxy_conf_dir }}/application.yml
mode: 0400 mode: 0400
networks: networks:
- {{ shinyproxy_docker_network }} - {{ shinyproxy_docker_network }}