From 476573d423d11a2a6f03093e68304404e6d0ce83 Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Thu, 10 Nov 2022 12:11:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20-=20Updated=20env=20vars=20and?= =?UTF-8?q?=20added=20info=20about=20DB=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b62e8d..51b6f91 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ ## Setup ### Env file - DATABASE_URL +- MYSQL_DATABASE - MYSQL_ROOT_PASSWORD - CINEALLO_PORT +``DATABASE_URL`` shoud look like this: ``mysql://root:@db:3306/`` ## Usage ### Docker ```bash