mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2026-05-07 19:17:19 +02:00
give abc a home folder, transmision will default to using for downloads
This commit is contained in:
@@ -19,8 +19,11 @@ apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
|
||||
#ADD services/ /etc/service/
|
||||
#ADD cron/ /etc/cron.d/
|
||||
#ADD defaults/ /defaults/
|
||||
RUN chmod -v +x /etc/service/*/run && chmod -v +x /etc/my_init.d/*.sh
|
||||
RUN chmod -v +x /etc/service/*/run && chmod -v +x /etc/my_init.d/*.sh && \
|
||||
|
||||
# give abc user home folder /config
|
||||
usermod -d /config abc
|
||||
|
||||
# Volumes and Ports
|
||||
VOLUME /config /downloads
|
||||
EXPOSE 9091 51413
|
||||
|
||||
Reference in New Issue
Block a user