mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-02 09:21:53 +02:00
13 lines
229 B
YAML
13 lines
229 B
YAML
hugo:
|
|
image: vimagick/hugo-arm
|
|
command: >
|
|
server --bind=0.0.0.0
|
|
--port=80
|
|
--baseUrl=http://blog.datageek.info/
|
|
--watch
|
|
ports:
|
|
- "80:80"
|
|
volumes:
|
|
- ./www:/www
|
|
restart: always
|