Use generic YOUR_PROFILE placeholder instead of hardcoded 'full' profile
This allows users to choose their preferred profile (backend, full, etc.) rather than assuming they always want the full profile for error recovery.
This commit is contained in:
parent
a137e52272
commit
713ae53c2f
@ -49,7 +49,7 @@ export const BackendStartupError: React.FC = () => {
|
||||
After fixing the issue in your .env file, recreate the Docker containers:
|
||||
</p>
|
||||
<code className="block mt-2 p-2 bg-black/70 rounded text-red-100 font-mono text-sm">
|
||||
docker compose down && docker compose --profile full up -d
|
||||
docker compose down && docker compose --profile YOUR_PROFILE up -d
|
||||
</code>
|
||||
<p className="text-red-300 text-xs mt-2">
|
||||
Note: Use 'down' and 'up', not 'restart' - containers need to be recreated to load new environment variables
|
||||
|
||||
Loading…
Reference in New Issue
Block a user