Use image from hugomods.

This commit is contained in:
daniel 2024-08-05 19:54:44 +02:00
parent 6a66df4a92
commit fbf00cd154

View File

@ -1,13 +1,15 @@
services:
build:
image: klakegg/hugo:ext-alpine
image: hugomods/hugo:latest
command: hugo
volumes:
- ".:/src"
user: 1000:1000
server:
image: klakegg/hugo:ext-alpine
command: server
image: hugomods/hugo:latest
command: server --buildDrafts --buildFuture
volumes:
- ".:/src"
ports:
- "1313:1313"
- "127.0.0.1:1313:1313"
user: 1000:1000