mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-12 03:18:15 +00:00
Update docker-compose.yml
add port definition
This commit is contained in:
parent
34cdffdac4
commit
8b585c50a1
|
@ -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 New Issue
Block a user