Sign inSign up

soff/h5ai

By soff

•Updated almost 7 years ago

Image
0

956

soff/h5ai repository overview

docker-compose.yml

version: "3"
services:
  h5ai:
    container_name: h5ai
    build: .
    ports:
      - 8080:80
    volumes:
      - /var/www/h5ai:/var/www
      - ./options.json:/usr/share/h5ai/_h5ai/private/conf/options.json
    restart: always
    network_mode: "bridge"

Tag summary

Content type

Image

Digest

Size

21.3 MB

Last updated

almost 7 years ago

docker pull soff/h5ai