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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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