Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

bob.b's avatar
Level 1

Images returning 404 Error. Image stored in Docker volumes

I have dockerized a Laravel application. All of the application works fine except for the images (stored in the storage directory) returns 404 Error.

I have shared the storage folder in (docker) volumes like this:

volumes: - ./storage:/var/www/storage

I am not sure if it is Laravel's problem or Docker container config. Has anyone encountered this problem before?

0 likes
0 replies

Please or to participate in this conversation.