Romain Rigaux 9e6e1dc5e6 [docker] Adding example of NGINX timeout setting пре 4 година
..
Dockerfile 73ccc6afeb HUE-8888 [docker] Avoid hardcoding the static file container source пре 6 година
README.md 2a03e0aebe HUE-8888 [docker] Updating gethue image build for multi language пре 5 година
hue.conf 082b1c7bb4 HUE-8888 [docker] Expect api to run on standart port 8888 пре 5 година
nginx.conf 9e6e1dc5e6 [docker] Adding example of NGINX timeout setting пре 4 година

README.md

Build

docker build . -t gethue/nginx:latest -f tools/docker/nginx/Dockerfile --build-arg registry=gethue --build-arg tag=latest

Push

docker push gethue/nginx:latest

Run

docker run -it -p 80:80 gethue/nginx:latest

With a local Hue:

docker run -it -p 80:80 --network="host" gethue/nginx:latest