fix: log driver config for podman

This commit is contained in:
Michael Barz
2024-06-27 14:45:59 +02:00
parent 1aff5453bf
commit 3aa127696b
5 changed files with 6 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ services:
- "clamav-socket:/tmp"
- "clamav-db:/var/lib/clamav"
logging:
driver: "local"
driver: ${LOG_DRIVER:-local}
restart: always
volumes:

View File

@@ -45,7 +45,7 @@ services:
- "traefik.http.routers.collaboration.service=collaboration"
- "traefik.http.services.collaboration.loadbalancer.server.port=9300"
logging:
driver: "local"
driver: ${LOG_DRIVER:-local}
restart: always
collabora:

View File

@@ -24,7 +24,7 @@ services:
- "traefik.http.routers.minio.service=minio"
- "traefik.http.services.minio.loadbalancer.server.port=9001"
logging:
driver: "local"
driver: ${LOG_DRIVER:-local}
restart: always
volumes:

View File

@@ -41,7 +41,7 @@ services:
- "traefik.http.routers.collaboration-oo.service=collaboration-oo"
- "traefik.http.services.collaboration-oo.loadbalancer.server.port=9300"
logging:
driver: "local"
driver: ${LOG_DRIVER:-local}
restart: always
onlyoffice:

View File

@@ -5,6 +5,8 @@ services:
networks:
ocis-net:
restart: always
logging:
driver: ${LOG_DRIVER:-local}
ocis:
environment: