Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Don't start proxy by default. (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw authored Jul 29, 2020
1 parent 14342dc commit a367010
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deployments/rialto/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ docker-compose down
docker-compose up -d

# Restart the proxy
cd ./proxy
docker-compose up -d
if [ ! -z ${WITH_PROXY+x} ]; then
cd ./proxy
docker-compose up -d
fi

0 comments on commit a367010

Please sign in to comment.