mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +00:00
Remove PGID and PUID fields in production.yml
This commit is contained in:
@@ -23,8 +23,6 @@ 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
|
||||||
PGID: 1000
|
|
||||||
PUID: 1000
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./postgres-data:/var/lib/postgresql/data
|
- ./postgres-data:/var/lib/postgresql/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user