Update docker readme (#17)

Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
github-actions[bot]
2024-10-08 16:40:51 +03:00
committed by GitHub
parent 52a3d0eb3b
commit d6db5a4e6a
5 changed files with 82 additions and 31 deletions

View File

@@ -11,7 +11,9 @@ upstream {{ $host }} {
# конфигурация веб-сервера
server {
listen 80;
listen 8080;
server_tokens off;
location / {
proxy_pass http://{{ $host }};