fix the log driver of the portainer stack
This commit is contained in:
parent
37f5d86f2d
commit
15ae321889
|
@ -13,7 +13,8 @@ services:
|
|||
placement:
|
||||
constraints: [node.platform.os == linux]
|
||||
{% if docker_log_to_journal %}
|
||||
log_driver: 'journald'
|
||||
logging:
|
||||
driver: 'journald'
|
||||
{% endif %}
|
||||
|
||||
portainer:
|
||||
|
|
Loading…
Reference in New Issue