Fix the logging driver in the Dockerfile
This commit is contained in:
parent
aebedb0ed0
commit
dfbe29656a
|
@ -23,7 +23,8 @@ services:
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
window: 120s
|
window: 120s
|
||||||
{% if docker_log_to_journal %}
|
{% if docker_log_to_journal %}
|
||||||
log_driver: 'journald'
|
logging:
|
||||||
|
driver: 'journald'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue