This repository has been archived on 2024-05-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
podman-compose/ofelia/podman-compose.toml
2023-04-08 16:32:14 +03:00

9 lines
226 B
TOML

[services.ofelia]
image = "mcuadros/ofelia"
container_name = "ofelia"
restart = "unless-stopped"
volumes = [
"/etc/localtime:/etc/localtime:ro",
"/var/run~/data.sock:/var/run/docker.sock:ro",
]
command = "daemon --docker"