1
File size: 204 Bytes
49f061d
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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