Skip to content

Commit 8b585c5

Browse files
authored
Update docker-compose.yml
add port definition
1 parent 34cdffd commit 8b585c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/dashy/docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ services:
1313
- UID=1000
1414
- GID=1000
1515
restart: unless-stopped
16+
ports:
17+
- 4000:80
1618
healthcheck:
1719
test: ['CMD', 'node', '/app/services/healthcheck']
1820
interval: 1m30s

0 commit comments

Comments
 (0)