Skip to content

Commit 21d66d8

Browse files
authored
Update README.md
1 parent bdf5339 commit 21d66d8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ Read the <a href="https://space4renjith.blogspot.com/2022/05/clonebot-technical-
2828
<a href="https://t.me/rmprojects" target="_blank">@M4Mallu</a>
2929
</p>
3030

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
3334

3435
- Start Docker daemon (skip if already running), if installed by snap then use 2nd command:
3536

@@ -61,9 +62,9 @@ Read the <a href="https://space4renjith.blogspot.com/2022/05/clonebot-technical-
6162

6263
sudo docker image prune -a
6364

64-
2. **Deploying on VPS Using docker-compose**
65+
2. Deploying on VPS Using docker-compose
6566

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
6768

6869
```
6970
sudo apt install docker-compose
@@ -83,9 +84,10 @@ sudo docker-compose stop
8384
- To run the image:
8485
```
8586
sudo docker-compose start
86-
8787
```
8888

89+
</details>
90+
8991

9092

9193

0 commit comments

Comments
 (0)