We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cdffd commit 8b585c5Copy full SHA for 8b585c5
examples/dashy/docker-compose.yml
@@ -13,6 +13,8 @@ services:
13
- UID=1000
14
- GID=1000
15
restart: unless-stopped
16
+ ports:
17
+ - 4000:80
18
healthcheck:
19
test: ['CMD', 'node', '/app/services/healthcheck']
20
interval: 1m30s
0 commit comments