mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-18 23:14:21 +01:00
4 lines
366 B
PowerShell
4 lines
366 B
PowerShell
# This script will run docker-compose-generator in a container to generate the yml files
|
|
|
|
docker build -t btcpayserver/docker-compose-generator "$(Get-Location)\docker-compose-generator"
|
|
docker run -v "$(Get-Location)\Production:/app/Production" -v "$(Get-Location)\Production-NoReverseProxy:/app/Production-NoReverseProxy" --rm btcpayserver/docker-compose-generator |