File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,9 @@ Read the <a href="https://space4renjith.blogspot.com/2022/05/clonebot-technical-
28
28
<a href="https://t.me/rmprojects" target="_blank">@M4Mallu</a>
29
29
</p >
30
30
31
-
32
- 1 . ** Deploying on VPS Using Docker**
31
+ <details >
32
+ <summary><b>Deploy Using Docker</b></summary>
33
+ 1 . Deploying on VPS Using Docker
33
34
34
35
- Start Docker daemon (skip if already running), if installed by snap then use 2nd command:
35
36
@@ -61,9 +62,9 @@ Read the <a href="https://space4renjith.blogspot.com/2022/05/clonebot-technical-
61
62
62
63
sudo docker image prune -a
63
64
64
- 2 . ** Deploying on VPS Using docker-compose**
65
+ 2 . Deploying on VPS Using docker-compose
65
66
66
- ** NOTE** : If you want to use port other than 80, change it in docker-compose.yml
67
+ ** NOTE** : If you want to use port other than 80, change it in docker-compose.yml
67
68
68
69
```
69
70
sudo apt install docker-compose
@@ -83,9 +84,10 @@ sudo docker-compose stop
83
84
- To run the image:
84
85
```
85
86
sudo docker-compose start
86
-
87
87
```
88
88
89
+ </details >
90
+
89
91
90
92
91
93
You can’t perform that action at this time.
0 commit comments