Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianjost committed Mar 9, 2020
1 parent 3b7ddc4 commit c86122a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- PORT=4101
- SERVER_API_URL=http://server:3030
- TIMEOUT=30000
- REDIS_URI="redis://redis:6379/schulcloud-editor" # ??? where is it used
- REDIS_URI="redis://redis:6379/schulcloud-editor"
ports:
- 4101:4101
depends_on:
Expand Down

0 comments on commit c86122a

Please sign in to comment.