Skip to content

Commit 2f0f2c2

Browse files
committed
volume mount update
1 parent eeff251 commit 2f0f2c2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gatus/docker-compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ services:
33
container_name: gatus
44
#image: ghcr.io/thackmaster/homelab/gatus:latest
55
image: twinproduction/gatus:latest
6-
build: .
76
restart: unless-stopped
87
ports:
98
- ${PORT}:8080
109
environment:
1110
- SLACK_URL=${SLACK_URL}
1211
volumes:
1312
- ${MNT}:/config
14-
- ./config.template.yml:/app/config.template.yml:ro
15-
- ./entrypoint.sh:/app/entrypoint.sh:ro
13+
#- ./config.template.yml:/app/config.template.yml:ro
14+
#- ./entrypoint.sh:/app/entrypoint.sh:ro

0 commit comments

Comments
 (0)