wantsum/docker-compose.yml
Alexandre Vicenzi 9a46ceb9ac Fix warnings
2024-02-16 00:27:13 +01:00

11 lines
252 B
YAML

version: '3'
services:
app:
build: .
working_dir: /blog
command: hugo server --logLevel info --bind "0.0.0.0" --port 1313 --watch -t soho
ports:
- "1313:1313"
volumes:
- ./exampleSite:/blog
- .:/blog/themes/soho