mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
Added /media location to nginx, so it fetches the downloaded thumbnails.
This commit is contained in:
@ -10,6 +10,7 @@ COPY ./requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
ENV YTSM_DEBUG='False'
|
||||
ENV YTSM_DATA_PATH='/usr/src/ytsm/data'
|
||||
|
||||
VOLUME /usr/src/ytsm/config
|
||||
VOLUME /usr/src/ytsm/data
|
||||
@ -19,4 +20,4 @@ COPY ./docker/init.sh ./
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
CMD ["/bin/bash", "init.sh"]
|
||||
CMD ["/bin/bash", "init.sh"]
|
||||
|
Reference in New Issue
Block a user