ports
Some checks failed
Deploy Backend to Docker / deploy-portainer (push) Has been cancelled
Deploy Backend to Docker / deploy (push) Has been cancelled

This commit is contained in:
2025-12-03 21:13:10 -05:00
parent b7c2e0fc24
commit 0220554dbb
3 changed files with 35 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ services:
POSTGRES_PASSWORD: rmtpw_password
POSTGRES_DB: rmtpocketwatcher
ports:
- "5432:5432"
- "5441:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
healthcheck: