Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m4mallu authored Oct 17, 2022
1 parent bdf5339 commit 21d66d8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ Read the <a href="https://space4renjith.blogspot.com/2022/05/clonebot-technical-
<a href="https://t.me/rmprojects" target="_blank">@M4Mallu</a>
</p>


1. **Deploying on VPS Using Docker**
<details>
<summary><b>Deploy Using Docker</b></summary>
1. Deploying on VPS Using Docker

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

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

sudo docker image prune -a

2. **Deploying on VPS Using docker-compose**
2. Deploying on VPS Using docker-compose

**NOTE**: If you want to use port other than 80, change it in docker-compose.yml
**NOTE**: If you want to use port other than 80, change it in docker-compose.yml

```
sudo apt install docker-compose
Expand All @@ -83,9 +84,10 @@ sudo docker-compose stop
- To run the image:
```
sudo docker-compose start
```

</details>




Expand Down

0 comments on commit 21d66d8

Please sign in to comment.