ops: change postgres external port from 5433 to 8200
All checks were successful
Deploy to Production / deploy (push) Successful in 46s
All checks were successful
Deploy to Production / deploy (push) Successful in 46s
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
POSTGRES_PASSWORD: factoryops
|
||||
POSTGRES_DB: factoryops_v2
|
||||
ports:
|
||||
- "5433:5432"
|
||||
- "8200:5432"
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user