Ofelia: enable error mail notifications for nextcloud

This commit is contained in:
Marko Korhonen 2022-11-18 22:20:46 +02:00
parent ed2b649164
commit ee1f973c41
2 changed files with 8 additions and 2 deletions

View file

@ -3,7 +3,6 @@ image = "mcuadros/ofelia"
container_name = "ofelia"
volumes = [
"/etc/localtime:/etc/localtime:ro",
"/var/run/docker.sock:/var/run/docker.sock:ro"
"/var/run/docker.sock:/var/run/docker.sock:ro",
]
network_mode = "none"
command = "daemon --docker"