fix postgresql setup
This commit is contained in:
parent
218fa6553e
commit
45f4e802d2
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ services:
|
|||
postgres:
|
||||
image: postgres
|
||||
volumes:
|
||||
- ./files/postgresql:/var/lib/postgresql
|
||||
- ./files/postgresql/data:/var/lib/postgresql/data
|
||||
environment:
|
||||
- POSTGRES_USER=mari
|
||||
- POSTGRES_PASSWORD=example
|
||||
|
|
Loading…
Reference in a new issue