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
Copy file name to clipboardExpand all lines: INSTALL.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
-[Local setup on Windows](#local-setup-on-windows)
7
7
-[Local setup using Docker (Recommended)](#local-setup-using-docker-recommended)
8
8
-[Build your own docker image](#build-your-own-docker-image)
9
+
-[Have Bugs on Docker Image?](#have-bugs-on-docker-image)
9
10
-[Local Setup with Development Containers](#local-setup-with-development-containers)
10
11
-[Local Setup (Legacy, no longer supported)](#local-setup-legacy-no-longer-supported)
11
12
-[Deployment](#deployment)
@@ -76,7 +77,7 @@ $ docker compose up --build
76
77
77
78
If you want to use a specific docker version, you can do so by changing `latest` tag to `your_version` in `docker-compose.yaml`. For example, you might have created your website on `v0.10.0` and you want to stick with that.
78
79
79
-
## Have Bugs on Docker Image?
80
+
###Have Bugs on Docker Image?
80
81
81
82
Sometimes, there might be some bugs in the current docker image. It might be version mismatch or anything. If you want to debug and easily solve the problem for yourself you can do the following steps:
0 commit comments