Files
bash.softwareshinobi.com/compose.yaml

26 lines
392 B
YAML
Raw Permalink Normal View History

2025-06-04 20:16:44 -04:00
services:
bash.softwareshinobi.com:
container_name: bash.softwareshinobi.com
image: softwareshinobi/bash.softwareshinobi.com
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
ports:
2025-06-05 19:36:22 -04:00
- 8000:80
2025-06-04 20:16:44 -04:00
volumes:
- ./docs:/docs/docs
- ./mkdocs.yml:/docs/mkdocs.yml