2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-31 10:07:24 +01:00
Files
dockerfiles_vimagick/hugo/docker-compose.yml
2015-10-19 00:33:01 +08:00

13 lines
224 B
YAML

hugo:
image: vimagick/hugo-arm
command: >
server --bind=0.0.0.0
--port=80
--baseUrl=http://192.168.1.230/
--watch
ports:
- "80:80"
volumes:
- ./www:/www
restart: always