From 764ee76118da5f4b62bc17c49b775796dc35f3e3 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Sun, 13 Jan 2019 15:03:01 -0500 Subject: [PATCH] Updated to new persistent volume directories --- templates/Snipe-IT/0/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/Snipe-IT/0/docker-compose.yml b/templates/Snipe-IT/0/docker-compose.yml index 80dbf5e..e649d4b 100644 --- a/templates/Snipe-IT/0/docker-compose.yml +++ b/templates/Snipe-IT/0/docker-compose.yml @@ -37,8 +37,8 @@ services: volumes: - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system - - /RancherCattleData/${DATA_DIR}/Application:/var/lib/snipeit - - /RancherCattleData/${DATA_DIR}/Backups:/var/www/html/storage/app/backups + - /RancherCattle/${DATA_DIR}/Application:/var/lib/snipeit + - /RancherCattle/${DATA_DIR}/Backups:/var/www/html/storage/app/backups mysql: image: mysql:5 dns: @@ -59,4 +59,4 @@ services: volumes: - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system - - /RancherCattleData/${DATA_DIR}/Database:/var/lib/mysql \ No newline at end of file + - /RancherCattle/${DATA_DIR}/Database:/var/lib/mysql \ No newline at end of file