You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Docker:** Make sure Docker is installed and running on your system. You can download it from [the Docker website](https://www.docker.com/get-started).
-**Backend API Docs:**[http://localhost:8000/docs](http://localhost:8000/docs)
139
168
140
-
### Google Cloud Run
169
+
## troubleshooting
170
+
171
+
### Docker Daemon Not Running
172
+
If you see an error message like "Cannot connect to the Docker daemon", make sure the Docker daemon is running.
173
+
174
+
-**macOS:** Open the Docker Desktop application.
175
+
-**Windows:** Open the Docker Desktop application.
176
+
-**Linux:** Run `sudo systemctl start docker`.
177
+
178
+
### Port Conflicts
179
+
If you see an error message like "Port is already allocated", it means that another application is using port 8000 or 8501. You can either stop the other application or change the ports in the `docker-compose.yml` file.
180
+
181
+
### Issues with `gcloud`
182
+
If you have issues with `gcloud` commands, make sure you have the [Google Cloud SDK](https://cloud.google.com/sdk/docs/install) installed and authenticated:
0 commit comments