adding hugo

main
alistair 2 years ago
parent a5aa30c649
commit 0b701d9e7d

@ -0,0 +1,12 @@
version: '3'
services:
hugo-blog:
image: klakegg/hugo # :0.92.0 # Use the appropriate Hugo version
command: server --bind 0.0.0.0
ports:
- "13130:1313" # Adjust the port if needed
volumes:
- /media/main/media/tools/docker/volumes/hugo_sites:/sites
working_dir: /sites/pr_100_mediaserver_home
# command: tail
# -f /dev/null
Loading…
Cancel
Save