mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Revert "fix(docker): use a tunable for fastapi proxy host value"
This reverts commit 32b4f75f01
.
This commit is contained in:
parent
32b4f75f01
commit
377bf32cfb
4 changed files with 2 additions and 9 deletions
|
@ -21,8 +21,4 @@ fi
|
|||
|
||||
cp -vf /docker/config/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
# NGINX_PROXY_PORT must be defined for the `nginx` service
|
||||
# within `docker-compose.yml`.
|
||||
sed -i "s|HTTP_HOST|\$host:${NGINX_PROXY_PORT}|g" /etc/nginx/nginx.conf
|
||||
|
||||
exec "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue