Skip to content

Commit

Permalink
fixed docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wgthom authored May 30, 2019
1 parent d74239e commit 03f891f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gte
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ fi
docker stop "$1" 2> /dev/null
docker rm "$1" 2> /dev/null
docker run -d -p 80:80 -p 389:389 -p 8443:443 -p 3306:3306 \
--link rabbitmq:rabbitmq --name $1 tier/gte:"$1"-201906-201-updates
--link rabbitmq:rabbitmq --name $1 tier/gte:"$1"-201906

0 comments on commit 03f891f

Please sign in to comment.