We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f434f6 commit 5a81357Copy full SHA for 5a81357
1 file changed
services-available/joyride.yml
@@ -21,6 +21,7 @@ services:
21
- /etc/localtime:/etc/localtime:ro
22
- /var/run/docker.sock:/var/run/docker.sock:ro
23
- ./etc/joyride/hosts.d:/etc/hosts.d:ro
24
+ - ./external-enabled:/etc/traefik/external-enabled:ro
25
healthcheck:
26
test: ["CMD", "wget", "-q", "-O-", "http://localhost:5454/health"]
27
interval: 10s
0 commit comments