This commit is contained in:
2026-03-02 15:25:41 +01:00
parent 6dfd9666d4
commit 9b57d8892d

View File

@@ -2,9 +2,7 @@ services:
postgres: postgres:
image: postgres:16-alpine image: postgres:16-alpine
env_file: .env env_file: .env
environment:
- UID=999
- GID=999
restart: always restart: always
volumes: volumes:
- pgdata:/var/lib/postgresql/data - pgdata:/var/lib/postgresql/data