Romain Rigaux 9e6e1dc5e6 [docker] Adding example of NGINX timeout setting %!s(int64=4) %!d(string=hai) anos
..
Dockerfile 73ccc6afeb HUE-8888 [docker] Avoid hardcoding the static file container source %!s(int64=6) %!d(string=hai) anos
README.md 2a03e0aebe HUE-8888 [docker] Updating gethue image build for multi language %!s(int64=5) %!d(string=hai) anos
hue.conf 082b1c7bb4 HUE-8888 [docker] Expect api to run on standart port 8888 %!s(int64=5) %!d(string=hai) anos
nginx.conf 9e6e1dc5e6 [docker] Adding example of NGINX timeout setting %!s(int64=4) %!d(string=hai) anos

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