mirror of
https://github.com/lbatalha/rnmon.git
synced 2025-12-22 10:27:12 +00:00
* add github workflow and dockerfile * fix dockerfile path * document docker usage in README * remove environment
8 lines
155 B
YAML
8 lines
155 B
YAML
services:
|
|
rnmon:
|
|
container_name: rnmon
|
|
image: ghcr.io/lbatalha/rnmon:latest
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./config:/config:rw
|