Skip to content

Commit

Permalink
Update install-nextcloud.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
inwerk authored Aug 27, 2024
1 parent af6555a commit a5ae13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-nextcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sudo docker stop nextcloud && sudo docker rm nextcloud
sudo docker pull jc21/nginx-proxy-manager:latest
sudo docker pull postgres:latest
sudo docker pull redis:latest
sudo docker pull nextcloud:latest
sudo docker pull nextcloud:29.0.4

# Read path for persistent storage from command line arguments.
VOLUME_PATH=${1}
Expand Down Expand Up @@ -73,4 +73,4 @@ sudo docker run -d \
-e POSTGRES_PASSWORD=${POSTGRES_PASSWORD} \
-e REDIS_HOST=redis \
-e REDIS_HOST_PASSWORD=${REDIS_HOST_PASSWORD} \
nextcloud
nextcloud:29.0.4

0 comments on commit a5ae13f

Please sign in to comment.