Sign inSign up

apnarm/hipache

By apnarm

Updated about 11 years ago

A production version of hipache with working SSL.

Image
0

10K+

apnarm/hipache repository overview

Production hipache with SSL

A production version of Hipache with SSL.

Usage

docker-compose.yml:

hipache:
    image: prologic/hipache
        ports:
            - "80:80"
            - "443:443"
        volumes:
            - ./ssl:/ssl
        restart: always

Or in conjunction with [prologic/mksslcrt](https://hub.docker.com/r/prologic/mksslcrt/):

sslcerts:
    image: prologic/mksslcrt
    command: mydomain.com

hipache:
    image: prologic/hipache
        ports:
            - "80:80"
            - "443:443"
        volumes_from:
            - sslcerts
        restart: always

Tag summary

Content type

Image

Digest

sha256:8df2c84a8

Size

135.4 MB

Last updated

about 11 years ago

docker pull apnarm/hipache