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:
|
postgres:
|
||||||
image: postgres
|
image: postgres
|
||||||
volumes:
|
volumes:
|
||||||
- ./files/postgresql:/var/lib/postgresql
|
- ./files/postgresql/data:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=mari
|
- POSTGRES_USER=mari
|
||||||
- POSTGRES_PASSWORD=example
|
- POSTGRES_PASSWORD=example
|
||||||
|
|
Loading…
Reference in a new issue