Sign inSign up

prologic/hipache

By prologic

Updated over 6 years ago

A production version of hipache with working SSL.

Image
1

798

prologic/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:80e497787

Size

135.4 MB

Last updated

over 6 years ago

docker pull prologic/hipache