Update docker-compose.yml

add port definition
This commit is contained in:
LRVT
2023-03-20 23:32:06 +01:00
committed by GitHub
parent 34cdffdac4
commit 8b585c50a1

View File

@@ -13,6 +13,8 @@ services:
- UID=1000
- GID=1000
restart: unless-stopped
ports:
- 4000:80
healthcheck:
test: ['CMD', 'node', '/app/services/healthcheck']
interval: 1m30s