Skip to content

Commit

Permalink
Makefile: fix docker_run env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges committed Aug 12, 2021
1 parent 5b75a62 commit cfda3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ docker:
docker_run: deps_start docker
docker run -it --rm --name=$(cmd) --entrypoint=./$(cmd) \
--network=livepeer-data_default -p 8080:8080 \
-e LP_HOST=0.0.0.0 -e LP_RABBITMQURI=rabbitmq-stream://rabbitmq/livepeer \
-e LP_HOST=0.0.0.0 -e LP_RABBITMQ_URI=amqp://rabbitmq:5672/livepeer \
$(dockerimg) $(args)

docker_push:
Expand Down

0 comments on commit cfda3ec

Please sign in to comment.