Skip to content

Commit

Permalink
fix: renamed image name to a proper name
Browse files Browse the repository at this point in the history
  • Loading branch information
theobori committed Oct 18, 2023
1 parent f1e215f commit 8ac047e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .example.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ MONGO=
DATABASE=
LOG_DIR=
TEEDATA_HOST=
MONGO_INITDB_ROOT_USERNAME=
MONGO_INITDB_ROOT_PASSWORD=
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:

# Discord bot
teedata_bot:
image: node:18
image: teedata
container_name: teedata_bot
build: .
environment:
Expand Down

0 comments on commit 8ac047e

Please sign in to comment.