fix the log driver of the portainer stack

This commit is contained in:
Andrea Dell'Amico 2020-10-01 18:12:06 +02:00
parent 37f5d86f2d
commit 15ae321889
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ services:
placement:
constraints: [node.platform.os == linux]
{% if docker_log_to_journal %}
log_driver: 'journald'
logging:
driver: 'journald'
{% endif %}
portainer: