Skip to content

Commit

Permalink
Merge pull request #977 from Fabio1988/patch-1
Browse files Browse the repository at this point in the history
Add server cache to docker example
  • Loading branch information
TurtIeSocks authored Mar 8, 2024
2 parents f9f4459 + 9675ef5 commit 9872958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ services:
# ARRAY_VALUE_EXAMPLE: "[3, 4, 5]"

volumes:
- ./server/.cache:/home/node/server/.cache
# All of these are optional - comment out whichever ones you aren't using
- ./server/src/configs/areas.json:/home/node/server/src/configs/areas.json
- ./server/src/configs/local.json:/home/node/server/src/configs/local.json
Expand Down

0 comments on commit 9872958

Please sign in to comment.