We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a41e4 commit 003239fCopy full SHA for 003239f
docker-compose_NO-BUILD.yml
@@ -0,0 +1,10 @@
1
+version: '3.9'
2
+
3
+services:
4
+ bot:
5
+ image: ghcr.io/levy-y/docker-discord-bot:main
6
+ container_name: my-discord-bot
7
+ volumes:
8
+ - ./bot.py:/app/bot.py
9
+ environment:
10
+ - TOKEN=YOURTOKEN
0 commit comments