remove logging driver from compose example

This commit is contained in:
mbecker20
2025-05-30 16:14:21 -04:00
parent 31034e5b34
commit d22000331e

View File

@@ -45,8 +45,6 @@ services:
labels:
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
restart: unless-stopped
logging:
driver: ${COMPOSE_LOGGING_DRIVER:-local}
# ports:
# - 5432:5432
volumes:
@@ -65,8 +63,6 @@ services:
restart: unless-stopped
depends_on:
- postgres2
logging:
driver: ${COMPOSE_LOGGING_DRIVER:-local}
# ports:
# - 27017:27017
volumes: