diff --git a/archon-ui-main/src/components/BackendStartupError.tsx b/archon-ui-main/src/components/BackendStartupError.tsx index 3aee49e..d47ad8d 100644 --- a/archon-ui-main/src/components/BackendStartupError.tsx +++ b/archon-ui-main/src/components/BackendStartupError.tsx @@ -49,7 +49,7 @@ export const BackendStartupError: React.FC = () => { After fixing the issue in your .env file, recreate the Docker containers:
- docker compose down && docker compose --profile full up -d
+ docker compose down && docker compose --profile YOUR_PROFILE up -d
Note: Use 'down' and 'up', not 'restart' - containers need to be recreated to load new environment variables