Removed ref to site.conf

This commit is contained in:
Patrick Skowronek
2022-05-16 09:21:42 +02:00
parent 0b48ebb44a
commit c6865624e5
2 changed files with 6 additions and 4 deletions

View File

@ -63,3 +63,7 @@ fetchVarsFromVault() {
return 0
}
##Setting Network properties
export HOSTIP=$(MSYS_NO_PATHCONV=1 docker run --rm --add-host=host.docker.internal:host-gateway ubuntu cat /etc/hosts | grep 'host.docker.internal' | awk '{print $1}');
export HOST=$(hostname)