1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:16:44 +02:00
dockerfiles/hugo/docker-compose.yml

13 lines
227 B
YAML
Raw Normal View History

2015-10-18 23:42:14 +08:00
hugo:
image: vimagick/hugo-arm
command: >
server --bind=0.0.0.0
--port=80
2016-05-01 09:06:20 +08:00
--baseUrl=http://blog.easypi.info/
2015-10-18 23:42:14 +08:00
--watch
ports:
- "80:80"
volumes:
- ./www:/www
restart: always