Use image from hugomods.
This commit is contained in:
parent
6a66df4a92
commit
fbf00cd154
@ -1,13 +1,15 @@
|
|||||||
services:
|
services:
|
||||||
build:
|
build:
|
||||||
image: klakegg/hugo:ext-alpine
|
image: hugomods/hugo:latest
|
||||||
|
command: hugo
|
||||||
volumes:
|
volumes:
|
||||||
- ".:/src"
|
- ".:/src"
|
||||||
|
user: 1000:1000
|
||||||
server:
|
server:
|
||||||
image: klakegg/hugo:ext-alpine
|
image: hugomods/hugo:latest
|
||||||
command: server
|
command: server --buildDrafts --buildFuture
|
||||||
volumes:
|
volumes:
|
||||||
- ".:/src"
|
- ".:/src"
|
||||||
ports:
|
ports:
|
||||||
- "1313:1313"
|
- "127.0.0.1:1313:1313"
|
||||||
|
user: 1000:1000
|
||||||
|
Loading…
Reference in New Issue
Block a user