Docker compose redis update
This commit is contained in:
parent
4eb4db55ef
commit
ae321e4354
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ services:
|
|||
entrypoint: java -jar Bot.jar
|
||||
environment:
|
||||
- BOT_TOKEN=soandso
|
||||
- REDIS_HOST=127.0.0.1
|
||||
depends_on:
|
||||
- redis
|
||||
redis:
|
||||
|
|
Loading…
Reference in a new issue