Updated root directory
This commit is contained in:
@@ -40,8 +40,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
|
||||
- /Rancher/${DATA_DIR}/Application:/var/lib/snipeit
|
||||
- /Rancher/${DATA_DIR}/Backups:/var/www/html/storage/app/backups
|
||||
- /Persistent/${DATA_DIR}/Application:/var/lib/snipeit
|
||||
- /Persistent/${DATA_DIR}/Backups:/var/www/html/storage/app/backups
|
||||
mysql:
|
||||
image: mysql:5
|
||||
dns:
|
||||
@@ -64,4 +64,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
|
||||
- /Rancher/${DATA_DIR}/Database:/var/lib/mysql
|
||||
- /Persistent/${DATA_DIR}/Database:/var/lib/mysql
|
||||
|
||||
Reference in New Issue
Block a user