fix docker-compose.yml port and comment .env.example file
This commit is contained in:
parent
e713118eb5
commit
d3c22fe3a9
|
@ -1,2 +1,3 @@
|
|||
# Database section
|
||||
DB_USER=
|
||||
DB_PASSWORD=
|
|
@ -9,7 +9,7 @@ services:
|
|||
volumes:
|
||||
- db:/data/postgres
|
||||
ports:
|
||||
- "5332:5432"
|
||||
- "5432:5432"
|
||||
networks:
|
||||
- db
|
||||
env_file:
|
||||
|
|
Loading…
Reference in a new issue