Commit deaea061 authored by nimrod's avatar nimrod
Browse files

Add WebDAV access to the library.

Going to replace the FTP access and will be accessible over the
internet with authentication.
parent cbf42277
Loading
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
# 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: