Fix the logging driver in the Dockerfile

This commit is contained in:
Andrea Dell'Amico 2020-10-06 19:23:29 +02:00
parent aebedb0ed0
commit dfbe29656a
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ services:
max_attempts: 3
window: 120s
{% if docker_log_to_journal %}
log_driver: 'journald'
logging:
driver: 'journald'
{% endif %}
networks: