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