h5ai

HTTP web server index for Apache httpd, lighttpd and nginx.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  h5ai:
    image: awesometic/h5ai
    container_name: h5ai
    ports:
      - 80:80
    volumes:
      - /shared/dir:/h5ai
      - /config/dir:/config
    environment:
      - PUID=$UID
      - PGID=$GID
      - TZ=Asia/Seoul
    restart: unless-stopped

Resources

Website: https://larsjung.de/h5ai/

GitHub: https://github.com/lrsjng/h5ai

Docker Hub (awesometic): https://hub.docker.com/r/awesometic/h5ai

Configuration: https://github.com/awesometic/docker-h5ai