sudo apt install maven
mkdir -p src/logs
nano ./src/docker-compose.yml #Enter the contents of the docker-compose.yml in this gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<powershell> | |
## Execution Identifier: EXZ-TZ-003 | |
Start-Transcript -Path "C:\ADJoin-Script-Execution.log" -Append -Force | |
# Script parameters | |
[string]$ADJoinCred = "${AD_Creds_Secret_Name}" | |
[string]$DnsIPs = "${AD_DNS_IPs}" | |
class Logger { |