removed --https and --http-redirect octane flags

This commit is contained in:
Ronald A. Richardson
2025-02-25 18:24:55 +08:00
parent ff02943f7b
commit 582a5f69fa

View File

@@ -134,4 +134,4 @@ CMD ["sh", "-c", "php artisan octane:frankenphp --workers=6 --max-requests=250 -
# Application stage
FROM base as app
ENTRYPOINT ["/sbin/ssm-parent", "-c", ".ssm-parent.yaml", "run", "--", "docker-php-entrypoint"]
CMD ["sh", "-c", "php artisan octane:frankenphp --workers=6 --max-requests=250 --port=8000 --host=0.0.0.0 --https --http-redirect"]
CMD ["sh", "-c", "php artisan octane:frankenphp --workers=6 --max-requests=250 --port=8000 --host=0.0.0.0"]