Skip to content

Commit 003239f

Browse files
authored
Create docker-compose_NO-BUILD.yml
1 parent d5a41e4 commit 003239f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docker-compose_NO-BUILD.yml

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)