Add restart policy for ofelia
This commit is contained in:
parent
19a35842ce
commit
147731f693
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
[services.ofelia]
|
[services.ofelia]
|
||||||
image = "mcuadros/ofelia"
|
image = "mcuadros/ofelia"
|
||||||
container_name = "ofelia"
|
container_name = "ofelia"
|
||||||
|
restart = "unless-stopped"
|
||||||
volumes = [
|
volumes = [
|
||||||
"/etc/localtime:/etc/localtime:ro",
|
"/etc/localtime:/etc/localtime:ro",
|
||||||
"/var/run/docker.sock:/var/run/docker.sock:ro",
|
"/var/run/docker.sock:/var/run/docker.sock:ro",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue