Skip to content
Snippets Groups Projects
Commit d128796f authored by Elian Loraux's avatar Elian Loraux
Browse files

add restart policy

parent a850c09b
Branches
No related tags found
No related merge requests found
......@@ -7,3 +7,5 @@ PORT=8084
NAME=monsite
# Your fully qualified domain name
HOST=`FQDN`
RESTART=always
......@@ -8,3 +8,4 @@ services:
- "./content:/var/www/html/content"
- "./config:/var/www/html/config"
- "./plugins/pico-cache/PicoZCache.php:/var/www/html/plugins/PicoZCache.php"
restart: ${RESTART}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment