dotfiles/docker/ofelia/docker-compose.yaml
Marko Korhonen 037967efd7 Convert compose files to yaml
toml conversion stopped working, don't want to fix it
2024-11-04 10:27:34 +02:00

9 lines
238 B
YAML

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