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

9 lines
131 B
YAML
Raw Normal View History

2022-10-02 15:35:40 +00:00
services:
hugo:
image: klakegg/hugo:0.101.0
command: server
volumes:
- ".:/src"
ports:
- "1313:1313"