Skip to content

Commit

Permalink
update to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Jun 30, 2022
1 parent 6f007b9 commit 72d71c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cd /root
docker run --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
appwrite/appwrite:0.15.0 sh -c "install --httpPort=80 --httpsPort=443 --interactive=N"
appwrite/appwrite:0.15.1 sh -c "install --httpPort=80 --httpsPort=443 --interactive=N"
2 changes: 1 addition & 1 deletion scripts/02-setup-appwrite-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo "==============================================="
echo "= Pulling docker images ="
echo "==============================================="

docker pull appwrite/appwrite:0.15.0
docker pull appwrite/appwrite:0.15.1
docker pull traefik:2.7
docker pull mariadb:10.7
docker pull redis:6.2-alpine
Expand Down

0 comments on commit 72d71c3

Please sign in to comment.