cc-docs/docker-compose.yaml

14 lines
173 B
YAML
Raw Normal View History

2024-01-16 20:29:03 +01:00
version: "3.3"
services:
site:
image: docsy/docsy-example
build:
context: .
command: server
ports:
- "1313:1313"
volumes:
- .:/src