mirror of
https://github.com/lijiejie/eyes.sh.git
synced 2026-09-22 01:30:43 +08:00
解决配置域名后访问页面404问题
This commit is contained in:
@@ -44,6 +44,7 @@ services:
|
||||
- 53:53/tcp
|
||||
- 53:53/udp
|
||||
- 8080:80/tcp
|
||||
command: /bin/bash -c "envsubst '$$ADMIN_DOMAIN' < /dnslog/dnslog_nginx.conf > /etc/nginx/conf.d/default.conf && exec nginx -g 'daemon off;'"
|
||||
healthcheck:
|
||||
test: "wget -nv -t1 --spider http://localhost/login --no-check-certificate > /dev/null"
|
||||
interval: 10s
|
||||
|
||||
Reference in New Issue
Block a user