mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
Removed unnecessary config volume.
This commit is contained in:
parent
700fe2add0
commit
c28e4eaaa7
@ -12,7 +12,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
ENV YTSM_DEBUG='False'
|
||||
ENV YTSM_DATA_DIR='/usr/src/ytsm/data'
|
||||
|
||||
VOLUME /usr/src/ytsm/config
|
||||
VOLUME /usr/src/ytsm/data
|
||||
VOLUME /usr/src/ytsm/download
|
||||
|
||||
|
@ -18,6 +18,5 @@ services:
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ./config:/usr/src/ytsm/config
|
||||
- ./data:/usr/src/ytsm/data
|
||||
- ./downloads:/usr/src/ytsm/downloads
|
Loading…
Reference in New Issue
Block a user