wiki/docker-compose.yml
Bryan Zuelly 08293ba4a8
All checks were successful
mkdocs build / build (push) Successful in 1m21s
disabled auto-expand,added selinux note to readme,removed links section
2024-10-27 09:16:45 -04:00

13 lines
167 B
YAML

version: '3.2'
services:
wiki:
volumes:
- type: bind
source: .
target: /wiki
build:
context: .
ports:
- 8000:8000