Updated nextcloud.sh to use 28.0.5
This commit is contained in:
parent
05dd8881c5
commit
c9dac2e7dc
@ -87,7 +87,7 @@ docker exec postgresql psql -U postgres -c "CREATE USER nextcloud WITH PASSWORD
|
|||||||
docker exec postgresql psql -U postgres -c "GRANT ALL PRIVILEGES ON DATABASE nextcloud TO nextcloud" &> /dev/null
|
docker exec postgresql psql -U postgres -c "GRANT ALL PRIVILEGES ON DATABASE nextcloud TO nextcloud" &> /dev/null
|
||||||
|
|
||||||
cat > /federated/apps/nextcloud/.env <<EOF
|
cat > /federated/apps/nextcloud/.env <<EOF
|
||||||
IMAGE_VERSION=28.0.4
|
IMAGE_VERSION=28.0.5
|
||||||
NEXTCLOUD_UPDATE=1
|
NEXTCLOUD_UPDATE=1
|
||||||
PHP_MEMORY_LIMIT=2048M
|
PHP_MEMORY_LIMIT=2048M
|
||||||
PHP_UPLOAD_LIMIT=2048M
|
PHP_UPLOAD_LIMIT=2048M
|
||||||
|
Loading…
x
Reference in New Issue
Block a user