Skip to content

Commit

Permalink
make database available outside of the container
Browse files Browse the repository at this point in the history
  • Loading branch information
Juesto authored Nov 29, 2023
1 parent a64e328 commit 72e930c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
volumes:
- ./repos/lila:/lila
- ./scripts:/scripts
- ./database:/data/db

redis:
image: redis:7.2.3-alpine3.18
Expand Down

0 comments on commit 72e930c

Please sign in to comment.