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

docker-compose.yml - github.com/alexandrevicenzi/soho.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f8f380fac70706ca4a13c1b2ddd86ebdfbe0ef6e (plain)
1
2
3
4
5
6
7
8
9
10
11
version: '3'
services:
  app:
    build: .
    working_dir: /blog
    command: hugo server -v --bind "0.0.0.0" --port 1313 --watch -t soho
    ports:
      - "1313:1313"
    volumes:
      - ./exampleSite:/blog
      - .:/blog/themes/soho