Исправлена ошибка с неживым контейнером

This commit is contained in:
2025-08-28 00:03:26 +07:00
parent 682426b387
commit e23cb62aed

View File

@@ -4,7 +4,7 @@ http {
server {
listen 80;
location / {
proxy_pass http://certbot:80;
proxy_pass http://localhost:29343;
}
}