From deaea061c0cfff06bf9544a0ac06c47538692b7b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 10 Nov 2021 06:08:18 +0200 Subject: [PATCH] Add WebDAV access to the library. Going to replace the FTP access and will be accessible over the internet with authentication. --- docker-compose.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 67e0402..58a6063 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,3 @@ -# vim:ff=unix:ts=2:sw=2:ai:expandtab --- version: '3.7' services: @@ -34,6 +33,16 @@ services: - 4559-4564:4559-4564 restart: always + webdav: + image: registry.shore.co.il/webdav + volumes: + - /srv/library:/var/www/webdav:ro + restart: always + networks: + default: + aliases: + - transmission-webdav + volumes: daemon: rss: -- GitLab