mirror of
https://github.com/tiennm99/keepalive.git
synced 2026-07-16 08:17:52 +00:00
10 lines
185 B
YAML
10 lines
185 B
YAML
services:
|
|
keepalive:
|
|
build:
|
|
context: .
|
|
image: keepalive:local
|
|
container_name: keepalive
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./config.yml:/config.yml:ro
|