fix: replace ports with expose

This replaces the ports block with expose block
This commit is contained in:
Simon
2025-04-16 15:51:06 +02:00
committed by GitHub
parent 59e37e1456
commit b88eae9669

View File

@@ -35,8 +35,8 @@ services:
unsend:
image: unsend/unsend:latest
ports:
- "3000:3000"
expose:
- 3000
environment:
- SERVICE_FQDN_UNSEND_3000
- DATABASE_URL=postgresql://${SERVICE_USER_POSTGRES}:${SERVICE_PASSWORD_POSTGRES}@postgres:5432/${SERVICE_DB_POSTGRES:-unsend}