Skip to content

Commit

Permalink
CatUB GITBOOK-41: missing docker apt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisan09 authored and gitbook-bot committed May 19, 2023
1 parent 053c8ad commit e77a55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/hosting/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This the easiest and recommended method to host Cat Userbot.

{% code title="Install git & docker compose" overflow="wrap" %}
```batch
sudo apt install --no-install-recommends -y git docker-compose
sudo apt install --no-install-recommends -y git docker-compose docker.io
```
{% endcode %}

Expand Down Expand Up @@ -38,7 +38,7 @@ git clone https://github.com/TgCatUB/catuserbot && cd catuserbot && mv exampleco
Whenever there is an update to our base docker image (will be notified via the channel or support group), use the below steps to update your docker instances. This is not part of the main guide or not a method to update the Bot.
{% endhint %}

### _Steps to update base docker image**.**_ <a href="#run-bot" id="run-bot"></a>
### _Steps to update base docker image\*\*.\*\*_ <a href="#run-bot" id="run-bot"></a>

{% code title="stop the running containers " overflow="wrap" %}
```batch
Expand Down

0 comments on commit e77a55a

Please sign in to comment.