Update docker-compose.yaml
Adding variables
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user