From 2836dfbeba95fb27b0b03a97baefc4268648142b Mon Sep 17 00:00:00 2001 From: fanyx Date: Sun, 26 Jun 2022 19:36:36 +0200 Subject: [PATCH] Add custom playlist mount --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 034aa3a..155cf35 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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