Refactor docker-compose.yml to remove unnecessary dozzle service configuration

This commit is contained in:
2024-05-28 20:05:15 +08:00
parent b64e4984af
commit 7c92ed044b
+1 -1
View File
@@ -35,7 +35,7 @@ services:
PGDATA: "/var/lib/postgresql/data"
LANG: en_US.utf8
TZ: Asia/Singapore
command: ["postgres", "-c", "log_connections=on", "log_min_messages=info"]
command: ["postgres", "-c", "log_connections=on"]
volumes:
- postgres_data:/var/lib/postgresql/data
# - ./config/postgresql.conf:/etc/postgresql.conf