Remove PGID and PUID fields in production.yml

This commit is contained in:
2024-05-01 20:38:51 +08:00
parent ac96f47368
commit 3d28de83f8
-2
View File
@@ -23,8 +23,6 @@ services:
PGDATA: "/var/lib/postgresql/data"
LANG: en_US.utf8
TZ: Asia/Singapore
PGID: 1000
PUID: 1000
volumes:
- ./postgres-data:/var/lib/postgresql/data
healthcheck: