mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
remove logging driver from compose example
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user