mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-31 05:33:46 +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
|
||||
- GID=1000
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 4000:80
|
||||
healthcheck:
|
||||
test: ['CMD', 'node', '/app/services/healthcheck']
|
||||
interval: 1m30s
|
||||
|
|
Loading…
Reference in New Issue
Block a user