There was an error while loading. Please reload this page.
1 parent 62bedfb commit 87340cdCopy full SHA for 87340cd
1 file changed
docker-compose.yml
@@ -27,8 +27,12 @@ services:
27
POSTGRES_USER: postgres
28
POSTGRES_PASSWORD: CHANGEME # change this for production use
29
POSTGRES_DB: ziit
30
+ PGDATA: /var/lib/postgresql/data
31
volumes:
32
- postgres:/var/lib/postgresql/data
33
+ post_start:
34
+ - command: chown -R 1000:1000 /var/lib/postgresql/data
35
+ user: root
36
networks:
37
ziit-network:
38
aliases:
0 commit comments