Use docker volumes instead of bind mount for app data

This commit is contained in:
Girish Ramakrishnan
2018-09-13 13:55:49 -07:00
parent a0fd60408b
commit a46e208c63
9 changed files with 193 additions and 147 deletions

View File

@@ -9,8 +9,7 @@ readonly TEST_IMAGE="cloudron/test:25.2.0"
sudo -k || sudo --reset-timestamp
# checks if all scripts are sudo access
scripts=("${SOURCE_DIR}/src/scripts/rmappdir.sh" \
"${SOURCE_DIR}/src/scripts/createappdir.sh" \
scripts=("${SOURCE_DIR}/src/scripts/rmvolume.sh" \
"${SOURCE_DIR}/src/scripts/reloadnginx.sh" \
"${SOURCE_DIR}/src/scripts/reboot.sh" \
"${SOURCE_DIR}/src/scripts/update.sh" \