ezekel

Results 19 issues of ezekel

Hi, I don't if I am doing it correctly, First of all, I am not using Laravel Sail, I am using my own docker file and docker-compose. I just want...

Hi, First of all, I love Heidi SQL, and I want to express my gratitude for this great tool that I've been using for a decade. I hope that in...

feature

Hi, what would be the docker-compose for this? but we can't expose the same port in app2 ``` app1 ports: - "80:80" # HTTP - "443:443" # HTTPS app2 ports:...

Hi, How can I use a reverse proxy if I have multiple sites? In my docker-compose.yml I have 2 services having the same port and entrypoint but the host is...

### Description When I starting the Docker desktop it shows this error Docker Desktop - Hyper-V setup error ` running Hyper-V engine: starting Hyper-V VM: status code not OK but...

area/hyper-v
needs-triage
version/4.32.0

Hi, I have Laravel + Octane, but the problem the HMR will not work, I need to refresh the page just to reflect the changes. This is how I access...

Hi, Need help on this When I spin up my container using docker-compose. My nuxt app cannot load because of this error below. 2024-10-09 20:36:30 ➜ Network: http://nuxtnew.larabells.local:4000/ [QR code]...

pending triage
needs reproduction

Hello, I have a question about the Docker images. I'm not sure which image to use for my Dockerfile. What is the purpose of dunglas/frankenphp:1-builder-php8.4-bookworm? Should I use this builder...

### What happened? I use this image dunglas/frankenphp:php8.4.12-trixie I use laravel in my .env CACHE_STORE=memcached I found out that the ttl keep increasingly Route::get('/cache', function () { $value = Cache::remember('greeting',...

bug
awaiting user response