* refactor(docker): Rename compose files * refactor(docker): Remove obsolete version attribute
8 lines
125 B
YAML
8 lines
125 B
YAML
services:
|
|
gatus:
|
|
image: twinproduction/gatus:latest
|
|
ports:
|
|
- 8080:8080
|
|
volumes:
|
|
- ./config:/config
|