basquiat_docker.sh in basquiat-1.2.0 vs basquiat_docker.sh in basquiat-1.3.0.pre.1
- old
+ new
@@ -28,8 +28,8 @@
docker rm --volumes=true basquiat_rabbitmq_1
}
generate_gemfile
docker-compose start rabbitmq
-docker-compose run basquiat
+docker-compose run --service-ports basquiat
trap stop_and_remove_containers EXIT SIGINT SIGTERM SIGKILL