mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
90-ncp.cnf.sh: Don't use /data-ro for database path
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
99f4285e8e
commit
1a80ecbfc9
@ -11,7 +11,7 @@ else
|
||||
if [[ "$DOCKERBUILD" -eq 1 ]]
|
||||
then
|
||||
echo "INFO: Docker build detected." >&2
|
||||
DB_DIR=/data-ro/database
|
||||
DB_DIR=/data/database
|
||||
elif is_docker
|
||||
then
|
||||
echo "INFO: Docker container detected." >&2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user