mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-19 05:09:40 +02:00
fix: log accurate IP (#2416)
* update dev docker poetry install * Forward/Report IP through front and backend. * Add fail2ban docs * fix option name and iproute2 in omni entry * Fix entry scripts -> gunicorn setting respected * gunicorn off * xfwd in nuxt proxy and handle multiple IPs
This commit is contained in:
parent
5e904d19b4
commit
9557b3f0b6
10 changed files with 39 additions and 22 deletions
|
@ -26,7 +26,7 @@ ENV PYTHONUNBUFFERED=1 \
|
|||
# prepend poetry and venv to path
|
||||
ENV PATH="$POETRY_HOME/bin:$PATH"
|
||||
|
||||
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
|
||||
RUN curl -sSL https://install.python-poetry.org | python3 -
|
||||
# RUN poetry config virtualenvs.create false
|
||||
|
||||
RUN apt-get update \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue