mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
Refactor docker-compose.yml to update dozzle service configuration
This commit is contained in:
@@ -35,7 +35,7 @@ services:
|
|||||||
PGDATA: "/var/lib/postgresql/data"
|
PGDATA: "/var/lib/postgresql/data"
|
||||||
LANG: en_US.utf8
|
LANG: en_US.utf8
|
||||||
TZ: Asia/Singapore
|
TZ: Asia/Singapore
|
||||||
command: ["postgres", "-c", "log_statement=all", "log_destination=stderr"]
|
command: ["postgres", "-c", "log_statement=all"]
|
||||||
volumes:
|
volumes:
|
||||||
- postgres_data:/var/lib/postgresql/data
|
- postgres_data:/var/lib/postgresql/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user