Sign inSign up

darkstreet00/h2o-docker

By darkstreet00

Updated almost 3 years ago

H2O webserver

Image
0

2.2K

darkstreet00/h2o-docker repository overview

Docker H2O Werbserver

Source: https://github.com/libDarkstreet/h2o-docker

Warning!

HTTP3 Support is only available in the dev version!

darkstreet00/h2o-docker:dev

Configs

All configurations must be mounted to /config.

Example

docker run -v ./h2o.conf:/config/h2o.conf --name h2o -p 8080:80 -it -d darkstreet00/h2o-docker

Example config:

server-name: h2o
listen:
  port: 80
user: h2o
hosts:
  "test.local":
    listen:
      port: 80
    paths:
      "/":
        redirect: https://google.com

access-log: /h2o/access-log
error-log: /h2o/error-log
pid-file: /h2o/pid-file

Tag summary

Content type

Image

Digest

sha256:ef762c1c8

Size

17.7 MB

Last updated

over 3 years ago

docker pull darkstreet00/h2o-docker