Skip to content

Commit 54a4fdb

Browse files
committed
docs(README.md): remove redundant table rows
feat(docker-compose.yml): add volume for starwarden.log to persist logs
1 parent c063e3e commit 54a4fdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,11 @@ python starwarden.py -id YOUR_COLLECTION_ID
6161
| COLLECTION_ID | | Linkwarden Collection ID to update (Number) /collections/499 |
6262
| CRON_SCHEDULE | 0 6 \* \* \* | Cron Schedule (default is daily at 6am) |
6363
| APPRISE_URLS | | Apprise URL for push notifications, separated by commas, see [Apprise](https://github.com/caronc/apprise/wiki) |
64-
| | (True/False) |
6564
| OPT_TAG | true | Enable/Disable all Tagging |
6665
| OPT_TAG_GITHUB | true | Tag Link with "GitHub" |
6766
| OPT_TAG_GITHUBSTARS | true | Tag Link with "GitHub Stars" |
6867
| OPT_TAG_LANGUAGE | false | Tag Link with Language of repo (e.g. Python or JavaScript) |
6968
| OPT_TAG_USERNAME | false | Tag GitHub username |
70-
| | -! |
7169
| OPT_TAG_CUSTOM | | Add custom tags, separated by commas (e.g. tag1,tag2) |
7270

7371
## Unsupervised Updates

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ services:
33
starwarden:
44
image: rtuszik/starwarden:latest
55
env_file: .env
6+
volumes:
7+
- ./starwarden.log:/app/starwarden.log

0 commit comments

Comments
 (0)