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: readme.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,13 @@
24
24
25
25
You can use Docker Image
26
26
27
-
The current version of the project is 1.3, which is considered the most stable and reliable release available. This version has undergone extensive testing and debugging to ensure a high level of stability and performance.
27
+
The current version of the project is 1.4, which is considered the most stable and reliable release available. This version has undergone extensive testing and debugging to ensure a high level of stability and performance.
28
28
29
29
```
30
-
docker pull xandouglas/switchsetup:v1.3
31
-
docker run -p 8000:8000 --name switchsetup -d xandouglas/switchsetup:v1.3
30
+
docker pull xandouglas/switchsetup:v1.4
31
+
docker run -p 8000:8000 --name switchsetup -d xandouglas/switchsetup:v1.4
32
+
If dont work:
33
+
sudo docker run -p 8000:8000 xandouglas/switchsetup:latest
32
34
```
33
35
34
36
After creating the image, use for login:
@@ -86,6 +88,7 @@ python manage.py migrate
86
88
cd ..
87
89
docker build -t image_name
88
90
docker run -p 8000:8000 image_name
91
+
89
92
```
90
93
## Database
91
94
@@ -109,6 +112,7 @@ After this, a new admin user with the username "admin" and password "123" is aut
0 commit comments