refactor: make default port 7345
This commit is contained in:
parent
a30e7cbdbf
commit
309af2d162
@ -17,5 +17,5 @@ RUN nf compilemessages --ignore venv
|
|||||||
|
|
||||||
COPY docker/notfellchen.bash /bin/notfellchen
|
COPY docker/notfellchen.bash /bin/notfellchen
|
||||||
|
|
||||||
EXPOSE 8345
|
EXPOSE 7345
|
||||||
CMD ["notfellchen"]
|
CMD ["notfellchen"]
|
||||||
|
@ -36,5 +36,5 @@ docker build . -t moanos/notfellchen:latest
|
|||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run -p8000:8345 moanos/notfellchen:latest
|
docker run -p8000:7345 moanos/notfellchen:latest
|
||||||
```
|
```
|
@ -18,5 +18,5 @@ exec gunicorn notfellchen.wsgi \
|
|||||||
--max-requests 1200 \
|
--max-requests 1200 \
|
||||||
--max-requests-jitter 50 \
|
--max-requests-jitter 50 \
|
||||||
--log-level=info \
|
--log-level=info \
|
||||||
--bind 0.0.0.0:8345
|
--bind 0.0.0.0:7345
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user