Update docker-compose.yml
add port definition
This commit is contained in:
parent
34cdffdac4
commit
8b585c50a1
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ services:
|
||||||
- UID=1000
|
- UID=1000
|
||||||
- GID=1000
|
- GID=1000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 4000:80
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ['CMD', 'node', '/app/services/healthcheck']
|
test: ['CMD', 'node', '/app/services/healthcheck']
|
||||||
interval: 1m30s
|
interval: 1m30s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue