Create docker-compose.yaml

This commit is contained in:
phermeys
2023-12-23 16:48:14 -08:00
committed by GitHub
parent fdfc764f12
commit 2d3ef50f3b

13
docker-compose.yaml Normal file
View File

@ -0,0 +1,13 @@
# docker compose
version: '3'
services:
docs:
build:
context: .
dockerfile: Dockerfile
container_name: docs.theregion.beer
ports:
- "9017:80"
volumes:
- /media/behemoth/docs.theregion.beer/:/mnt/smb