Swap ports of db container

This commit is contained in:
Mikołaj Pich 2023-09-18 22:38:08 +02:00
parent a220297785
commit 11a6cea590

View file

@ -20,7 +20,7 @@ services:
- POSTGRES_PASSWORD=postgres
- POSTGRES_DB=schools
ports:
- '5004:5432'
- '5432:5004'
networks:
- docker_network
volumes: