mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
10 lines
227 B
TOML
10 lines
227 B
TOML
[services.ofelia]
|
|
image = "mcuadros/ofelia"
|
|
container_name = "ofelia"
|
|
restart = "unless-stopped"
|
|
volumes = [
|
|
"/etc/localtime:/etc/localtime:ro",
|
|
"/var/run/docker.sock:/var/run/docker.sock:ro",
|
|
]
|
|
command = "daemon --docker"
|