1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
This commit is contained in:
kev 2015-10-19 00:37:26 +08:00
parent dec6dbc321
commit 27d5b498c0
4 changed files with 5 additions and 3 deletions

@ -35,7 +35,8 @@ dockerfiles
- [x] grafana
- [x] h2o
- [x] hubot
- [x] hugo-arm :+1:
- [x] hugo
- [x] hugo-arm
- [x] hydra
- [x] influxdb
- [x] iptables

@ -42,6 +42,7 @@ hugo:
```
$ alias hugo='docker run --rm -v `pwd`:/www vimagick/hugo'
$ cd ~/fig/hugo/www
$ curl -L https://github.com/spf13/hyde/archive/master.tar.gz | tar xz --strip 1 -C ./themes/hyde/

@ -3,7 +3,7 @@ hugo:
command: >
server --bind=0.0.0.0
--port=80
--baseUrl=http://192.168.1.230/
--baseUrl=http://blog.datageek.info/
--watch
ports:
- "80:80"

@ -3,7 +3,7 @@ hugo:
command: >
server --bind=0.0.0.0
--port=80
--baseUrl=http://192.168.1.230/
--baseUrl=http://blog.datageek.info/
--watch
ports:
- "80:80"