Added license-note to README.md

This commit is contained in:
Mawoka
2022-08-26 21:55:13 +02:00
parent a929232bbb
commit 044a7a9511
2 changed files with 14 additions and 4 deletions
@@ -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