https to http
This commit is contained in:
parent
e5a9d587d1
commit
33fd613305
|
|
@ -39,4 +39,4 @@ RUN chown -R www-data:www-data /var/www/html/storage /var/www/html/bootstrap/cac
|
||||||
ENV APP_ENV=production
|
ENV APP_ENV=production
|
||||||
ENV APP_RUNTIME=Laravel\FrankenPHP\Runtime
|
ENV APP_RUNTIME=Laravel\FrankenPHP\Runtime
|
||||||
|
|
||||||
CMD ["sh", "-c", "php artisan migrate --force && php artisan storage:link && frankenphp run --config /etc/caddy/Caddyfile"]
|
CMD ["sh", "-c", "php artisan migrate --force && php artisan storage:link && frankenphp run --config /etc/caddy/Caddyfile --http"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue