Sign inSign up

steppinghat/proxy

By steppinghat

Updated over 7 years ago
Archived

A lightweight and basic nginx proxy platform handy for reverse proxies to other containers

Image
1

2.3K

steppinghat/proxy repository overview

nginx proxy

About

This container is a fast lightweight container that can be used in order to reverse proxy domains to different containers on the docker host.

Usage
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
Parameters
  • -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

Tag summary

Content type

Image

Digest

Size

42.7 MB

Last updated

over 7 years ago

docker pull steppinghat/proxy