plane
plane copied to clipboard
[bug]: Docker container naming convention create malfunction in setup script
Is there an existing issue for this?
- [X] I have searched the existing issues
Current behavior
- Starting the app with the setup script would end with :
API Service started successfully ✅
Plane Server started successfully ✅
You can access the application at $WEB_URL
This error seems to be induce by a naming convention change on the docker compose engine using underscore instead of hyphen. So before we used to have plane-app-plane-db-1 as container name and now we have plane-app_plane-db_1
Steps to reproduce
With a fresh install of the community version :
- I start the app with sur setup script
- Services start and the app is quickly functionnal
- The script get stuck at step ">> Waiting for API Service to Start...... (endless)"
Environment
Production
Browser
None
Variant
Cloud
Version
v0.22.0-dev