Files
rnmon/docker-compose.yaml
Laura Batalha 0e4f31e7dc Add Container image and github actions (#1)
* add github workflow and dockerfile

* fix dockerfile path

* document docker usage in README

* remove environment
2025-05-29 17:19:01 +01:00

8 lines
155 B
YAML

services:
rnmon:
container_name: rnmon
image: ghcr.io/lbatalha/rnmon:latest
restart: unless-stopped
volumes:
- ./config:/config:rw