Skip to content

Commit

Permalink
fix: image name in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Feb 23, 2023
1 parent ea3413d commit ff626d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
MYSQL_USER: tickets

bot:
image: discord-tickets:4.0
image: eartharoid/discord-tickets:4.0
depends_on:
- mysql
restart: unless-stopped
Expand Down

0 comments on commit ff626d2

Please sign in to comment.