Corretta la sintassi del docker file.

This commit is contained in:
Andrea Dell'Amico 2022-07-04 17:54:21 +02:00
parent ffc4e38465
commit 0cc4e618eb
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@ networks:
external: true
{% endif %}
volumes:
{% if epas_teleworker_dockerized_db %}
volumes:
{{ epas_teleworker_pg_backups_volume }}:
{{ epas_teleworker_db_volume }}:
{% endif %}