From b463739163ae9d7b0e2d1905f932a2e44a017a09 Mon Sep 17 00:00:00 2001 From: DansNewLegs Date: Fri, 5 Jan 2024 09:37:49 -0500 Subject: [PATCH] Add SeedSync to App Store --- apps/seedsync/config.json | 2 +- apps/seedsync/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/seedsync/config.json b/apps/seedsync/config.json index af28b158..54dae37d 100644 --- a/apps/seedsync/config.json +++ b/apps/seedsync/config.json @@ -9,7 +9,7 @@ "version": "0.8.6", "categories": ["utilities"], "short_desc": "SeedSync is a tool to sync the files on a remote Linux server.", - "author": "https://github.com/ipsingh06", + "author": "Inderpreet Singh", "source": "https://github.com/ipsingh06/seedsync", "website": "https://ipsingh06.github.io/seedsync/", "form_fields": [] diff --git a/apps/seedsync/docker-compose.yml b/apps/seedsync/docker-compose.yml index 47efbc49..3e889c7f 100644 --- a/apps/seedsync/docker-compose.yml +++ b/apps/seedsync/docker-compose.yml @@ -6,7 +6,7 @@ services: environment: - TZ=${TZ} volumes: - - ${APP_DATA_DIR}/data/config:/config # + - ${APP_DATA_DIR}/data/config:/config - ${APP_DATA_DIR}/media/torrents/complete:/downloads ports: - ${APP_PORT}:8800