Skip to content

Instantly share code, notes, and snippets.

@penyt
Last active January 16, 2025 14:25
Show Gist options
  • Select an option

  • Save penyt/9917d11779859124057ff586134852ae to your computer and use it in GitHub Desktop.

Select an option

Save penyt/9917d11779859124057ff586134852ae to your computer and use it in GitHub Desktop.
hugo base url
version: '3.8'
services:
server:
image: klakegg/hugo:0.101.0-ext-ubuntu
container_name: hugo
command: server --baseURL https://my.domain.com --appendPort=false # important baseURL setting
volumes:
- "/home/ubuntu/docker/hugo/Web:/src"
networks:
proxy:
environment:
- HUGO_BASEURL=https://my.domain.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment