update user

This commit is contained in:
2024-05-04 01:22:24 +02:00
parent 38fd45d3b2
commit 3d5b4b90cc

View File

@@ -4,7 +4,7 @@ services:
container_name: "Postgres16"
hostname: "postgres16"
restart: "unless-stopped"
user: "10201:10201"
user: "2001:2001"
volumes:
- "/etc/localtime:/etc/localtime:ro"
- "/run/postgresql:/run/postgresql:rw"