Nginx running inside docker configured as proxy
325
A Docker container for running nginx proxy with support for backups, based on Alpine Linux.
Requires that Docker be installed on the host machine.
$ docker run --name nginx -d \
-e "APP_HOST_PORT=http://app:8080"
--publish 80:80
tiberiuc/nginx_proxy
$ docker logs -f nginx
[ ... ]
Content type
Image
Digest
Size
8.5 MB
Last updated
over 7 years ago
docker pull tiberiuc/nginx-proxy