mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
13 lines
227 B
YAML
13 lines
227 B
YAML
hugo:
|
|
image: vimagick/hugo-arm
|
|
command: >
|
|
server --bind=0.0.0.0
|
|
--port=80
|
|
--baseUrl=http://blog.easypi.info/
|
|
--watch
|
|
ports:
|
|
- "80:80"
|
|
volumes:
|
|
- ./www:/www
|
|
restart: always
|