From ad17ff5c32e904f74e67f80792f865c4128dffec Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 30 Jun 2022 16:25:24 +0200 Subject: [PATCH] fix(docs): image urls in synology setup explanation --- docs/content/doc/setup/full-docker-example.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/doc/setup/full-docker-example.md b/docs/content/doc/setup/full-docker-example.md index 405d81f5c..baa16e72a 100644 --- a/docs/content/doc/setup/full-docker-example.md +++ b/docs/content/doc/setup/full-docker-example.md @@ -379,7 +379,7 @@ you can prepare 2 proxy rules: * a redirection rule for vikunja's api (see example screenshot using port 3456) * a similar redirection rule for vikunja's frontend (using port 4321) -![Synology Proxy Settings](/synology-proxy-1.png) +![Synology Proxy Settings](/docs/synology-proxy-1.png) You should also add 2 empty folders for mariadb and vikunja inside Synology's docker main folders: @@ -399,7 +399,7 @@ To do that, you can 2. Give it the name Vikunja and paste the adapted docker compose file 3. Deploy the Stack with the "Delpoy Stack" button: -![Portainer Stack deploy](/synology-proxy-2.png) +![Portainer Stack deploy](/docs/synology-proxy-2.png) The docker-compose file we're going to use is very similar to the [example without any proxy](#example-without-any-proxy) above: