Skip to content

Commit 4ba6bee

Browse files
committed
chore: updated Docker image and container names
1 parent 02a0f88 commit 4ba6bee

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ Code Module Cop is a powerful and flexible group management bot for Telegram and
99
- **Moderation Tools**: Mute and ban users with automated handling of warnings.
1010
- **Welcome Messages**: Custom welcome messages for new members.
1111
- **Role Management**: Manage roles for admins, moderators, and members.
12-
- **Automated Responses**: Set up responses to frequently asked questions.
1312
- **Logging and Analytics**: Track group activity and generate reports.
14-
- **Command Customization**: Allow admins to add or remove custom commands.
1513

1614
## Getting Started
1715

@@ -75,7 +73,7 @@ You can also run CMCOP using Docker. This method allows you to quickly deploy th
7573
To pull the latest Docker image from Docker Hub:
7674

7775
```bash
78-
docker pull codemodule/cmcop-bot
76+
docker pull codemodule/cop
7977
```
8078

8179
2. **Run the Docker Container**
@@ -84,9 +82,9 @@ You can also run CMCOP using Docker. This method allows you to quickly deploy th
8482

8583
```bash
8684
docker run -d \
87-
--name cmcop-bot \
85+
--name cop \
8886
--env-file .env \
89-
codemodule/cmcop-bot
87+
codemodule/cop
9088
```
9189

9290
If you need to link the container to a database container, you can use Docker Compose or specify additional environment variables directly in the `docker run` command.

0 commit comments

Comments
 (0)