change image
This commit is contained in:
13
compose.yaml
13
compose.yaml
@@ -2,15 +2,10 @@ name: andrewamason.tech
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: klakegg/hugo:latest
|
image: docsy/docsy-example
|
||||||
entrypoint: /bin/bash
|
build:
|
||||||
command: >
|
context: .
|
||||||
hugo new site quickstart &&
|
command: server
|
||||||
cd quickstart &&
|
|
||||||
git init &&
|
|
||||||
git submodule add https://github.com/luizdepra/hugo-coder.git themes/hugo-coder &&
|
|
||||||
echo 'theme = "hugo-coder"' >> hugo.toml &&
|
|
||||||
hugo serve --bind 0.0.0.0 --port 8080
|
|
||||||
#command: server -D
|
#command: server -D
|
||||||
volumes:
|
volumes:
|
||||||
- nfs_hugo_src:/src
|
- nfs_hugo_src:/src
|
||||||
|
|||||||
Reference in New Issue
Block a user