mirror of
https://github.com/lijiejie/eyes.sh.git
synced 2026-09-25 11:01:52 +08:00
解决了子域名无法访问和会访问到管理后台的问题
This commit is contained in:
+1
-1
@@ -44,7 +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;'"
|
||||
command: /bin/bash -c "envsubst '$$ADMIN_DOMAIN,$$DNS_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