port fix
parent
bd339e2ac3
commit
d41f225b15
|
@ -5,7 +5,7 @@ services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:13
|
image: postgres:13
|
||||||
ports:
|
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
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- db_data:/var/lib/postgresql/data
|
- db_data:/var/lib/postgresql/data
|
||||||
|
|
Loading…
Reference in New Issue