1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
dockerfiles/hugo/docker-compose.yml

13 lines
227 B
YAML
Raw Normal View History

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