diff --git a/README.md b/README.md
index 39356d0..e17f357 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,6 @@
[](https://deepsource.io/gh/mawoka-myblock/ClassQuiz/)
[](https://codecov.io/gh/mawoka-myblock/ClassQuiz)
-
ClassQuiz
@@ -26,6 +25,13 @@
+## License Note
+
+This repository is licensed under the [Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/), so you
+
+**MUST PUBLISH ANY CHANGES YOU MAKE!!!**[^1]
+
+
## About ClassQuiz
ClassQuiz is a quiz-application like KAHOOT!, but open-source which is very important if it is a product for educational
@@ -89,15 +95,21 @@ The frontend is made with [SvelteKit](https://kit.svelte.dev/) (web-framework)
and [TailwindCSS](https://tailwindcss.com/) (Css-Framework).
##### External Dependencies
+
Selfhostable:
+
- [Meilisearch](https://www.meilisearch.com/) (Search-Server)
- [Caddy](https://caddyserver.com/) (Reverse Proxy)
- [Postgres](https://www.postgresql.org/) (Database)
- [Redis](https://redis.io/) (Cache)
Closed-Source 3rd parties:
+
- [Mapbox](https://www.mapbox.com/) (maps)
- [hCaptcha](https://www.hcaptcha.com/) (captcha)
---
*Kahoot! and the K! logo are trademarks of Kahoot! AS*
+
+[^1]: _I added this note, since people are stealing my software and changing it without providing the source-code. Maybe they
+aren't aware of this license, maybe they don't care, but I don't care, why they don't do it._ **THEY HAVE TO!**
diff --git a/frontend/src/routes/docs/self-host/+page.svelte b/frontend/src/routes/docs/self-host/+page.svelte
index 3f1c74e..673cdb4 100644
--- a/frontend/src/routes/docs/self-host/+page.svelte
+++ b/frontend/src/routes/docs/self-host/+page.svelte
@@ -156,9 +156,7 @@ services:
REDIS_URL: redis://redis:6379/0?decode_responses=True # don't change
API_URL: http://api:80 # don't change
api:
- build:
- context: .
- dockerfile: Dockerfile
+ image: ghcr.io/mawoka-myblock/classquiz:master
restart: always
depends_on:
- db