Sign inSign up

eswees/h5ai

By eswees

Updated over 9 years ago

Image
0

1.4K

eswees/h5ai repository overview

For Ansible:

- hosts: host
  tasks:
    - name: Docker h5ai SetUP
      docker:
        name: h5ai
        image: eswees/h5ai
        state: reloaded
        pull: always
        ports:
          - "{{ H5AI_PORT | default('80') }}:80/tcp"
        volumes:
          - "{{ H5AI_ROOT_PATH | default('/data/root') }}:/var/www/html/Photo:ro
          - "/tmp/h5ai_cache:/var/www/html/_h5ai/public/cache/thumbs:rw"

Tag summary

Content type

Image

Digest

Size

139.8 MB

Last updated

over 9 years ago

docker pull eswees/h5ai