From d22000331eb9a9b31234a1cd4f4931ea7fa7ddd0 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Fri, 30 May 2025 16:14:21 -0400 Subject: [PATCH] remove logging driver from compose example --- bin/util/docs/copy-database.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/util/docs/copy-database.md b/bin/util/docs/copy-database.md index b308d5e26..c77ca1dea 100644 --- a/bin/util/docs/copy-database.md +++ b/bin/util/docs/copy-database.md @@ -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: