fix: replace ports with expose
This replaces the ports block with expose block
This commit is contained in:
parent
59e37e1456
commit
b88eae9669
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue