btcpayserver/docker-entrypoint.sh
2019-02-27 21:44:16 +09:00

4 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