port fix
parent
bd339e2ac3
commit
d41f225b15
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue