Fix https stuff in phpvms

This commit is contained in:
Tobias Reisinger 2026-05-04 20:22:21 +02:00
parent 64e1381513
commit 254501c6a2
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 4 additions and 6 deletions

View file

@ -87,11 +87,7 @@ phpvms_compose_base:
image: "{{ phpvms_docker_image }}"
restart: always
command: sh -c "
sed -i
's/Paginator::useBootstrap();/Paginator::useBootstrap();
\\\\Illuminate\\\\Support\\\\Facades\\\\URL::forceScheme(\"https\");/'
app/Providers/AppServiceProvider.php
&& cp -r /var/www/html/resources_in/* /var/www/html/resources
cp -r /var/www/html/resources_in/* /var/www/html/resources
&& php-fpm"
environment:
PHP_OPCACHE_ENABLE: 1