new
continuous-integration/drone/push Build is failing Details

This commit is contained in:
quackerd 2021-04-19 04:13:27 -04:00
parent 7c1553450c
commit 6e7715f87b
2 changed files with 3 additions and 3 deletions

View File

@ -31,4 +31,4 @@ RUN set -xe && \
EXPOSE 80 443
CMD ["/opt/wait_for_it.sh", "d2ray_nextcloud:80", "--timeout=60", "--strict", "/opt/run.sh"]
CMD ["./wait-for-it.sh", "d2ray_nextcloud:8080", "--", "sh", "/opt/run.sh"]

View File

@ -20,7 +20,7 @@ http {
default upgrade;
'' close;
}
server {
listen 80 default_server;
server_name _;
@ -62,7 +62,7 @@ http {
proxy_set_header X-Real-IP $remote_addr;
set $upstream_app d2ray_nextcloud;
set $upstream_port 80;
set $upstream_port 8080;
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;