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