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 eeff251 commit 2f0f2c2Copy full SHA for 2f0f2c2
gatus/docker-compose.yml
@@ -3,13 +3,12 @@ services:
3
container_name: gatus
4
#image: ghcr.io/thackmaster/homelab/gatus:latest
5
image: twinproduction/gatus:latest
6
- build: .
7
restart: unless-stopped
8
ports:
9
- ${PORT}:8080
10
environment:
11
- SLACK_URL=${SLACK_URL}
12
volumes:
13
- ${MNT}:/config
14
- - ./config.template.yml:/app/config.template.yml:ro
15
- - ./entrypoint.sh:/app/entrypoint.sh:ro
+ #- ./config.template.yml:/app/config.template.yml:ro
+ #- ./entrypoint.sh:/app/entrypoint.sh:ro
0 commit comments