chance-nelson / SnowStorm

easy-to-use audio streamer, with a restful api
MIT License
5 stars 8 forks source link

Fix docker-compose to use nginx pulled from Docker Hub #13

Closed SDiamante13 closed 5 years ago

SDiamante13 commented 5 years ago

Currently while running docker-compose up -d an error is thrown: nginx either does not exist, is not accessible, or is not a valid URL.

chance-nelson commented 5 years ago

Woops, forgot to remove that container from the docker compose. We will need a custom config for the nginx container if we want to route through it, or we can just remove that entirely, and leave it up to people after deployment if they want it.