Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SpherionOS authored Apr 6, 2024
1 parent 1a3d93f commit 4931e2b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
version: "3"
services:
jmusicbot:
image: twosevenska/jmusicbot:0.3.9
container_name: jmusicbot
volumes:
- /path/to/config.txt:/bot/config.txt
restart: unless-stopped

0 comments on commit 4931e2b

Please sign in to comment.