Skip to content

Commit

Permalink
fix(docker): missing redis container net config (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfoo authored Aug 16, 2019
1 parent 1bfb624 commit 7838831
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ services:
image: redis:5
ports:
- "6379:6379"
networks:
- knora-net

webapi:
image: ${KNORA_WEBAPI_IMAGE}<localBuild>
Expand Down

0 comments on commit 7838831

Please sign in to comment.