Fixed README markdown

This commit is contained in:
termite 2025-01-27 16:18:07 -08:00
parent 05ca36ada8
commit 1c10f29b48

View file

@ -4,6 +4,7 @@ set the DISCORD_TOKEN environment variable to the bot token
sample docker-compose sample docker-compose
```
version: "3" version: "3"
services: services:
chefle-bot: chefle-bot:
@ -14,3 +15,4 @@ services:
ports: ports:
- 443 - 443
- 80 - 80
```