1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-09 16:42:48 +00:00
Files
go-discord-bot/docker-compose.yml

12 lines
221 B
YAML

version: "3"
services:
go-discord-bot:
image: mgerb/go-discord-bot:latest
restart: unless-stopped
ports:
- 8088:8080
volumes:
- ./:/bot
- /usr/local/bin/youtube-dl:/usr/bin/youtube-dl