Update docker-compose.yaml

Adding variables
This commit is contained in:
phermeys
2023-12-23 17:21:28 -08:00
committed by GitHub
parent b54335fcec
commit 7c82219ce3

View File

@ -6,8 +6,8 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: docs.theregion.beer container_name: ${FQDN}
ports: ports:
- "9017:80" - "${PORT}:80"
volumes: volumes:
- /media/behemoth/docs.theregion.beer/:/mnt/smb - ${SHARE}:/mnt/smb