Welcome to mirror list, hosted at ThFree Co, Russian Federation.

docker-compose.yml « example-site - github.com/mazgi/hugo-theme-techlog-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 42df212b6ebdf02f8cda69df84733577375e5cdf (plain)
1
2
3
4
5
6
7
8
9
10
version: '2'
services:
  website:
    build: .
    working_dir: /techlog-simple/example-site
    command: hugo server --bind 0.0.0.0 --buildDrafts
    volumes:
      - ../:/techlog-simple
    ports:
      - '1313:1313'