Refactor docker-compose.yml to update dozzle service configuration

This commit is contained in:
2024-05-28 17:41:32 +08:00
parent 8e88b8bcbb
commit 6348bb0fbb
+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_statement=all", "log_destination=stderr"]
command: ["postgres", "-c", "log_statement=all"]
volumes:
- postgres_data:/var/lib/postgresql/data
healthcheck: