Changed data directory to be just "/Rancher"
This commit is contained in:
@@ -18,9 +18,9 @@ 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
|
||||
- /RancherCattle/${DATA_DIR}/Configuration/Invoice Ninja/.env:/var/www/app/.env
|
||||
- /RancherCattle/${DATA_DIR}/Logo:/var/www/app/public/logo
|
||||
- /RancherCattle/${DATA_DIR}/Storage:/var/www/app/storage
|
||||
- /Rancher/${DATA_DIR}/Configuration/Invoice Ninja/.env:/var/www/app/.env
|
||||
- /Rancher/${DATA_DIR}/Logo:/var/www/app/public/logo
|
||||
- /Rancher/${DATA_DIR}/Storage:/var/www/app/storage
|
||||
cron:
|
||||
image: invoiceninja/invoiceninja:latest
|
||||
dns:
|
||||
@@ -67,7 +67,7 @@ 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
|
||||
- /RancherCattle/${DATA_DIR}/Database:/var/lib/mysql
|
||||
- /Rancher/${DATA_DIR}/Database:/var/lib/mysql
|
||||
nginx:
|
||||
image: nginx
|
||||
dns:
|
||||
@@ -95,6 +95,6 @@ services:
|
||||
- invoiceninja
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- /RancherCattle/${DATA_DIR}/Configuration/NGINX/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- /Rancher/${DATA_DIR}/Configuration/NGINX/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
volumes_from:
|
||||
- invoiceninja
|
||||
Reference in New Issue
Block a user