Renamed all docker-compose files to podman-compose
Just because I can
This commit is contained in:
parent
d546922e1e
commit
a55c7b1f99
19 changed files with 18 additions and 2 deletions
9
ofelia/podman-compose.toml
Normal file
9
ofelia/podman-compose.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[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"
|
Reference in a new issue