Skip to content
Snippets Groups Projects
Verified Commit b0bbe03f authored by David Beniamine's avatar David Beniamine
Browse files

Add restart policy

parent f5356b91
Branches Save
Tags
No related merge requests found
......@@ -14,6 +14,7 @@ services:
GLPI_VAR_DIR: /var/www/data
GLPI_CONFIG_DIR: /var/www/config
TZ: "Europe/Paris"
restart: ${RESTART}
db:
image: mariadb
environment:
......@@ -23,6 +24,7 @@ services:
MYSQL_DATABASE:
volumes:
- db:/var/lib/mysql
restart: ${RESTART}
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment