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"
Content type
Image
Digest
Size
21.3 MB
Last updated
almost 7 years ago
docker pull soff/h5ai