mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-12 06:29:01 +00:00
refactor(docker): Update compose files (#1409)
* refactor(docker): Rename compose files * refactor(docker): Remove obsolete version attribute
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
gatus:
|
||||
image: twinproduction/gatus:latest
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
- GATUS_CONFIG_PATH=/config
|
||||
volumes:
|
||||
- ./config:/config
|
||||
Reference in New Issue
Block a user