1 2 3 4 5 6 7 8 9 10 11 12
version: '3' services: hugo: image: klakegg/hugo command: serve --baseURL hyang.xyz ports: - "1313:1313" volumes: - ./:/src environment: - HUGO_ENV=production