1 / Dockerfile
recycleactor's picture
Upload 3 files
49f061d verified
Raw
History Blame Contribute Delete
204 Bytes
FROM ghcr.io/yourok/torrserver:latest
USER root
ENV TS_PORT=7860
ENV TS_CONF_PATH=/tmp/ts/config
ENV TS_LOG_PATH=/tmp/ts/log
RUN mkdir -p /tmp/ts/config /tmp/ts/log && chmod -R 777 /tmp/ts
EXPOSE 7860