From 98f0ea3bd2490f8ce94715113204bf155a767cde Mon Sep 17 00:00:00 2001 From: Marco Piovanello <35533749+marcopeocchi@users.noreply.github.com> Date: Sun, 30 Jun 2024 10:37:22 +0200 Subject: [PATCH] fix typo closes #162 --- docker-compose.yml | 1 + frontend/src/views/Settings.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9f93d02..12232c0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,7 @@ services: - 3033:3033 volumes: - :/downloads # replace with a directory on your host system + - :/config # directory where config.yml will be stored healthcheck: test: curl -f http://localhost:3033 || exit 1 restart: unless-stopped diff --git a/frontend/src/views/Settings.tsx b/frontend/src/views/Settings.tsx index 1aad249..695249e 100644 --- a/frontend/src/views/Settings.tsx +++ b/frontend/src/views/Settings.tsx @@ -254,7 +254,7 @@ export default function Settings() { - Appaerance + Appearance