Swap ports of db container
This commit is contained in:
parent
a220297785
commit
11a6cea590
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ services:
|
||||||
- POSTGRES_PASSWORD=postgres
|
- POSTGRES_PASSWORD=postgres
|
||||||
- POSTGRES_DB=schools
|
- POSTGRES_DB=schools
|
||||||
ports:
|
ports:
|
||||||
- '5004:5432'
|
- '5432:5004'
|
||||||
networks:
|
networks:
|
||||||
- docker_network
|
- docker_network
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue