mirror of
https://github.com/tiennm99/keepalive.git
synced 2026-07-18 02:17:25 +00:00
10 lines
193 B
YAML
10 lines
193 B
YAML
services:
|
|
keepalive:
|
|
build:
|
|
context: .
|
|
image: keepalive:local
|
|
container_name: keepalive
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./keepalive.yaml:/keepalive.yaml:ro
|