Fix mistypo
This commit is contained in:
parent
b654e7c40b
commit
b16dc2d2ef
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ services:
|
|||
APPLICATION_ID: "${APPLICATION_ID}"
|
||||
GUILD_ID: "${GUILD_ID}"
|
||||
TYPECAST_TOKEN: "${TYPECAST_TOKEN}"
|
||||
DATABASE_URL: "postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@$discord-db:5432/${POSTGRES_DB}?schema=public"
|
||||
DATABASE_URL: "postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@discord-db:5432/${POSTGRES_DB}?schema=public"
|
||||
volumes:
|
||||
- ./cache:/app/cache
|
||||
discord-db:
|
||||
|
|
|
|||
Loading…
Reference in a new issue