Skip to content

Commit

Permalink
fix db permission bullshit
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Mar 4, 2020
1 parent 5f49c2c commit ea57f60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ services:
ports:
- 5433:5432
restart: unless-stopped
user: 1000:1000
volumes:
- ./db:/var/lib/postgresql/data:z
- /etc/passwd:/etc/passwd:ro
- ./db:/var/lib/postgresql/data
ssh:
build: .
command: start
Expand Down

0 comments on commit ea57f60

Please sign in to comment.