Skip to content

Commit 5242e34

Browse files
committed
Give up on user mode postgres
1 parent 27a3307 commit 5242e34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker-compose.yml

-2
Original file line numberDiff line numberDiff line change
@@ -527,10 +527,8 @@ services:
527527
image: postgres:15-alpine
528528
restart: always
529529
container_name: umami_postgres
530-
user: ${PUID:-1000}
531530
volumes:
532531
- ${PRIMARY_MOUNT}/postgres_15:/var/lib/postgresql/data
533-
- /etc/passwd:/etc/passwd:ro
534532
environment:
535533
POSTGRES_DB: umami
536534
POSTGRES_USER: umami

0 commit comments

Comments
 (0)