ryoluo / sail-ssl

Laravel Sail plugin to enable SSL (HTTPS) connection with Nginx.
MIT License
147 stars 14 forks source link

undefined volume sail-nginx #26

Open gvds opened 4 days ago

gvds commented 4 days ago

Installing sail-ssl in a fresh installation of laravel 11.9 on Ubuntu Linux 24.04 with Breeze and Alpine and an sqlite database, I ran into the following error when running 'sail down' after the installation process.

service "nginx" refers to undefined volume sail-nginx: invalid compose project

Any ideas on why and how to solve this

gvds commented 4 days ago

It seems the volume was not added to the docker-compose.yml file

volumes: sail-nginx: driver: local