1services:
2 gatus:
3 image: twinproduction/gatus:latest
4 ports:
5 - "8080:8080"
6 volumes:
7 - ./config:/config
8 - ./data:/data/
9 - /etc/timezone:/etc/timezone:ro
10 - /etc/localtime:/etc/localtime:ro
11 environment:
12 - TZ=America/Denver
Created: Thu, 31 Oct 2024 15:39:18 +0000
Expires: Never