Skip to content

Commit

Permalink
Use tangerine/tangerine instead of tangerine/tangerine-server Docker …
Browse files Browse the repository at this point in the history
…image on install.sh and change tangerine version variable name
  • Loading branch information
rjcorwin committed Jun 24, 2016
1 parent e92ed42 commit 2a017c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Expand Up @@ -7,7 +7,7 @@ then
source ./config.sh
fi

docker pull tangerine/tangerine-server:$TANGERINE_SERVER_VERSION
docker pull tangerine/tangerine:$TANGERINE_VERSION
docker run -d \
--name tangerine-server-container \
--env "T_PROTOCOL=$T_PROTOCOL" \
Expand All @@ -20,4 +20,4 @@ docker run -d \
--env "T_HOST_NAME=$T_HOST_NAME" \
-p 80:80 \
--volume $T_VOLUMES/tangerine-server/couchdb/:/var/lib/couchdb \
tangerine/tangerine-server:$TANGERINE_SERVER_VERSION
tangerine/tangerine:$TANGERINE_VERSION

0 comments on commit 2a017c3

Please sign in to comment.