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 8a42968 commit 68a94b1Copy full SHA for 68a94b1
gatus/docker-compose.yml
@@ -1,7 +1,9 @@
1
services:
2
gatus:
3
container_name: gatus
4
- image: ghcr.io/thackmaster/homelab/gatus:latest
+ #image: ghcr.io/thackmaster/homelab/gatus:latest
5
+ image: twinproduction/gatus:latest
6
+ build: .
7
restart: unless-stopped
8
ports:
9
- ${PORT}:8080
0 commit comments