Docker: add ofelia scheduler for nextcloud
This commit is contained in:
parent
fdd1df7d24
commit
c48528802a
2 changed files with 15 additions and 0 deletions
9
docker/ofelia/docker-compose.toml
Normal file
9
docker/ofelia/docker-compose.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[services.ofelia]
|
||||
image = "mcuadros/ofelia"
|
||||
container_name = "ofelia"
|
||||
volumes = [
|
||||
"/etc/localtime:/etc/localtime:ro",
|
||||
"/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||
]
|
||||
network_mode = "none"
|
||||
command = "daemon --docker"
|
Loading…
Add table
Add a link
Reference in a new issue