From ac96f473687e5d9e1c41789b13da4ed438b9f72e Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Wed, 1 May 2024 20:37:35 +0800 Subject: [PATCH] Update production.yml to remove user field in services section --- production.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/production.yml b/production.yml index a96bcfa..d87d70d 100644 --- a/production.yml +++ b/production.yml @@ -25,7 +25,6 @@ services: TZ: Asia/Singapore PGID: 1000 PUID: 1000 - user: "1000:1000" volumes: - ./postgres-data:/var/lib/postgresql/data healthcheck: