Fix link name

This commit is contained in:
Jose Diaz-Gonzalez
2015-09-06 22:07:19 -04:00
parent 0e06e6756a
commit 2fbcd646a3

View File

@@ -176,7 +176,7 @@ service_port_unpause() {
echo "${PORTS[@]}" > "$PORT_FILE"
docker run -d --link "$SERVICE_NAME:redis" --name "$EXPOSED_NAME" $(docker_ports_options "${PORTS[@]}") --restart always --label dokku=ambassador --label dokku.ambassador=redis svendowideit/ambassador > /dev/null
docker run -d --link "$SERVICE_NAME:mongo" --name "$EXPOSED_NAME" $(docker_ports_options "${PORTS[@]}") --restart always --label dokku=ambassador --label dokku.ambassador=mongo svendowideit/ambassador > /dev/null
if [[ "$LOG_FAIL" == "true" ]]; then
dokku_log_info1 "Service $SERVICE exposed on port(s) ${PORTS[*]}"
fi