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"
Content type
Image
Digest
Size
139.8 MB
Last updated
over 9 years ago
docker pull eswees/h5ai