Typo in docker compose up hint (#4866)
This commit is contained in:
@ -122,7 +122,7 @@ fi
|
||||
# Ask user if he wants to start the project
|
||||
read -p "🚀 Do you want to start the project now? (Y/n) " answer
|
||||
if [ "$answer" = "n" ]; then
|
||||
echo "✅ Project setup completed. Run 'docker-compose up -d' to start."
|
||||
echo "✅ Project setup completed. Run 'docker compose up -d' to start."
|
||||
exit 0
|
||||
else
|
||||
echo "🐳 Starting Docker containers..."
|
||||
|
||||
Reference in New Issue
Block a user