diff --git a/hugo/compose_hugo.yaml b/hugo/compose_hugo.yaml new file mode 100644 index 0000000..3233dba --- /dev/null +++ b/hugo/compose_hugo.yaml @@ -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