Typo in docker compose up hint (#4866)

This commit is contained in:
Darek Desu
2024-04-07 11:14:20 +02:00
committed by GitHub
parent 4713ba0279
commit 9d77f1247d

View File

@ -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..."