fix: replace ports with expose
This replaces the ports block with expose block
This commit is contained in:
@@ -35,8 +35,8 @@ services:
|
|||||||
|
|
||||||
unsend:
|
unsend:
|
||||||
image: unsend/unsend:latest
|
image: unsend/unsend:latest
|
||||||
ports:
|
expose:
|
||||||
- "3000:3000"
|
- 3000
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_FQDN_UNSEND_3000
|
- SERVICE_FQDN_UNSEND_3000
|
||||||
- DATABASE_URL=postgresql://${SERVICE_USER_POSTGRES}:${SERVICE_PASSWORD_POSTGRES}@postgres:5432/${SERVICE_DB_POSTGRES:-unsend}
|
- DATABASE_URL=postgresql://${SERVICE_USER_POSTGRES}:${SERVICE_PASSWORD_POSTGRES}@postgres:5432/${SERVICE_DB_POSTGRES:-unsend}
|
||||||
|
|||||||
Reference in New Issue
Block a user