mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-22 07:53:38 +01:00
bec2820969
ref: https://github.com/TwiN/gatus/issues/151#issuecomment-912932934 update all exmaple in docker-compose file. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
10 lines
164 B
YAML
10 lines
164 B
YAML
version: "3.9"
|
|
services:
|
|
gatus:
|
|
image: twinproduction/gatus:latest
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./config:/config
|
|
- ./data:/data/
|