mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-12 02:21:28 +02:00
test transmission linuxserver
This commit is contained in:
10
transmission_ls/Dockerfile
Normal file
10
transmission_ls/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM
|
||||
|
||||
# Copy root filesystem
|
||||
COPY rootfs /
|
||||
|
||||
# MOFIFY DATA PATH
|
||||
RUN sed -i "s|config|data|g" /etc/services.d/transmission/run
|
||||
|
||||
VOLUME [ "/data" ]
|
||||
Reference in New Issue
Block a user