mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
8 lines
114 B
YAML
8 lines
114 B
YAML
h2o:
|
|
image: vimagick/h2o-arm
|
|
ports:
|
|
- "8080:80"
|
|
volumes:
|
|
- "./html:/var/www/html"
|
|
restart: always
|