This repository has been archived on 2023-01-24. You can view files and clone it, but cannot push or open issues or pull requests.
pizzeria/docker-compose.yaml

8 lines
131 B
YAML

services:
hugo:
image: klakegg/hugo:0.101.0
command: server
volumes:
- ".:/src"
ports:
- "1313:1313"