dockerfiles/myurls/start.sh

6 lines
162 B
Bash
Raw Normal View History

2022-08-05 12:36:56 +08:00
#/bin/sh
2022-08-06 13:08:20 +08:00
sed -i "s#https://s.ops.ci#https://${MYURLS_DOMAIN}#g" /app/public/index.html
2022-08-05 12:36:56 +08:00
/app/myurls -domain ${MYURLS_DOMAIN} -conn redis:6379 -ttl ${MYURLS_TTL}