mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
5 lines
130 B
Bash
Executable File
5 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "$(/sbin/ip route|awk '/default/ { print $3 }') host.docker.internal" >> /etc/hosts
|
|
exec dotnet BTCPayServer.dll
|