Skip to content

Commit

Permalink
docker compose mount note
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmasek committed Jan 13, 2025
1 parent 0ea949f commit 574ca91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ services:
ports:
- "8088:8088" # web GUI + API
volumes:
# make sure both files exist, otherwise docker will not mount them correctly
- ./beacon.yaml:/app/beacon.yaml # config file
- ./beacon.db:/app/beacon.db # persist DB

0 comments on commit 574ca91

Please sign in to comment.