Skip to content

Commit

Permalink
Update install-nextcloud.sh: Use Nextcloud Docker image 29.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
inwerk authored Aug 31, 2024
1 parent ce23972 commit 6bc45b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install-nextcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ docker pull postgres:latest
docker pull redis:latest
docker pull nextcloud:latest

# TEMPORARY WORKAROUND: https://github.com/nextcloud/docker/issues/2283
docker pull nextcloud:29.0.4

# Read path for persistent storage from command line arguments.
VOLUME_PATH=${1}

Expand Down Expand Up @@ -74,4 +77,4 @@ docker run -d \
-e POSTGRES_PASSWORD=${POSTGRES_PASSWORD} \
-e REDIS_HOST=redis \
-e REDIS_HOST_PASSWORD=${REDIS_HOST_PASSWORD} \
nextcloud:latest
nextcloud:29.0.4

0 comments on commit 6bc45b7

Please sign in to comment.