A lightweight and basic nginx proxy platform handy for reverse proxies to other containers
2.3K
This container is a fast lightweight container that can be used in order to reverse proxy domains to different containers on the docker host.
docker create \
--name=proxy \
-p 80:80
-p 443:443
-v </path/to/config>:/config
-v </path/to/certs>:/certs
-v </path/to/logs>:/logs
-e TZ=<timezone>
steppinghat/proxy
-p 80 - the default web port-p 443 - the default web port for SSL-v /config - the directory for nginx config files-v /certs - the directory used for storing certificates to reference in your configs-v /logs - the directory where logs can be storred (is also an internal map to /var/log/nginx)-e TZ - for timezone information (such as Australia/Sydney)Written by Javan Eskander @SteppingHat
Content type
Image
Digest
Size
42.7 MB
Last updated
over 7 years ago
docker pull steppinghat/proxy