From 3d28de83f874fddfe9a6a5ed04af7d024d8cdd49 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Wed, 1 May 2024 20:38:51 +0800 Subject: [PATCH] Remove PGID and PUID fields in production.yml --- production.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/production.yml b/production.yml index d87d70d..6375976 100644 --- a/production.yml +++ b/production.yml @@ -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: