mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Add suggested fix from copilot review for nginx CI
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
59f9272446
commit
2fa37ff787
1 changed files with 1 additions and 0 deletions
1
.github/nginx-check/Dockerfile.docker
vendored
1
.github/nginx-check/Dockerfile.docker
vendored
|
|
@ -9,6 +9,7 @@ COPY nginx-mempool.conf /etc/nginx/conf.d/
|
||||||
# docker/frontend/entrypoint.sh substitutes at container start)
|
# docker/frontend/entrypoint.sh substitutes at container start)
|
||||||
RUN sed -i \
|
RUN sed -i \
|
||||||
-e "s!127.0.0.1:80!0.0.0.0:8080!g" \
|
-e "s!127.0.0.1:80!0.0.0.0:8080!g" \
|
||||||
|
-e "s!127.0.0.1!0.0.0.0!g" \
|
||||||
-e "s!user nobody;!!g" \
|
-e "s!user nobody;!!g" \
|
||||||
-e "s!/etc/nginx/nginx-mempool.conf!/etc/nginx/conf.d/nginx-mempool.conf!g" \
|
-e "s!/etc/nginx/nginx-mempool.conf!/etc/nginx/conf.d/nginx-mempool.conf!g" \
|
||||||
/etc/nginx/nginx.conf
|
/etc/nginx/nginx.conf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue