Add custom playlist mount
This commit is contained in:
parent
8318d12973
commit
2836dfbeba
|
@ -9,6 +9,7 @@ services:
|
|||
env_file: .env
|
||||
volumes:
|
||||
- ./tracks:/var/lib/tmserver/GameData/Tracks/Challenges/Custom # => Custom tracks
|
||||
- ./playlist.txt:/var/lib/tmserver/playlist.txt # => Custom playlist
|
||||
- ./blacklist:/var/lib/xaseco/blacklist # => Plugin blacklist
|
||||
- ./plugins:/var/lib/xaseco/plugins/custom # => Custom plugins
|
||||
- ./config:/var/lib/xaseco/config # => Custom configuration files
|
||||
|
|
Loading…
Reference in New Issue