Skip to content

Instantly share code, notes, and snippets.

@digitalbricklayer
Last active November 19, 2020 13:35
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save digitalbricklayer/b8508388f90b640dc5c2eece2327d952 to your computer and use it in GitHub Desktop.
server:
image: klakegg/hugo:0.78.2-ext-ubuntu
command: server -D --gc
volumes:
- "$PWD/src:/src"
ports:
- "1313:1313"
user: "1000:1000"
#!/usr/bin/env bash
docker-compose up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment