This commit is contained in:
KATT 2021-11-19 11:41:12 +01:00
parent bd339e2ac3
commit d41f225b15

View File

@ -5,7 +5,7 @@ services:
postgres:
image: postgres:13
ports:
- "5451:5432" # expose pg on port 5451 to not collide with pg from elswhere
- "5450:5432" # expose pg on port 5450 to not collide with pg from elswhere
restart: always
volumes:
- db_data:/var/lib/postgresql/data