-
-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Hi,
I have a strange bug. My Lando projects don't start if there are commas in the LOCATION path. For example, /home/user/IT/myproject/Parts1,2
✔ Container landoshops_appserver_1 Started 0.6s
[+] Killing 1/1
✔ Container landoshops_appserver_1 Killed 0.5s
[+] Running 1/1
✔ Container landoshops_database_1 Started 0.3s
[+] Killing 1/1
✔ Container landoshops_database_1 Killed 0.2s
[+] Running 1/1
✔ Container landoshops_pma_1 Started 0.3s
[+] Killing 1/1
✔ Container landoshops_pma_1 Killed 0.3s
[+] Running 1/1
✔ Container landoshops_mailhog_1 Started 0.4s
[+] Killing 1/1
✔ Container landoshops_mailhog_1 Killed 0.2s
Containers killed immedately after starting.
Ubuntu 22.04
Lando version: 3.23.24
Docker version: 27.5.0
Yes, Docker is too new, but when I remove the comma, everything becomes fine.
Please fix this.