auto update repo

This commit is contained in:
ddadmin 2026-02-03 17:28:01 +03:00
parent 0f38820a53
commit 6b5a8df5e2
5 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -39,7 +39,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $host;
proxy_pass http://php-socket:8080/;
proxy_pass http://php:8080/;
}
location @rewriteapp {

View File

@ -37,7 +37,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $host;
proxy_pass http://php-socket:8080/;
proxy_pass http://php:8080/;
}
location @rewriteapp {

View File

@ -98,7 +98,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $host;
proxy_pass http://php-socket:8080/;
proxy_pass http://php:8080/;
}
location ~ ^/index\.php(/|$) {

View File

@ -73,7 +73,7 @@ services:
<<: *defaults-php
command: php-fpm
php-socket:
php:
command: ./bin/console app:auction:reload
<<: *defaults-php