Skip to content

Commit

Permalink
Docker-compose: Add markfile. Add user mapping ex
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Nov 13, 2023
1 parent a3fc530 commit f6b2186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ services:
- RUN_ONLY_ONCE=False
- SLEEP_DURATION=3600
- LOGFILE=/tmp/log.log
- USER_MAPPING=
- MARKFILE=/tmp/mark.log
- USER_MAPPING={"user1":"user2"}
- LIBRARY_MAPPING={"TV Shows":"Shows"}
- BLACKLIST_LIBRARY=
- WHITELIST_LIBRARY=
Expand Down

0 comments on commit f6b2186

Please sign in to comment.