auto update repo
This commit is contained in:
parent
0f38820a53
commit
6b5a8df5e2
Binary file not shown.
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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(/|$) {
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ services:
|
|||
<<: *defaults-php
|
||||
command: php-fpm
|
||||
|
||||
php-socket:
|
||||
php:
|
||||
command: ./bin/console app:auction:reload
|
||||
<<: *defaults-php
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue