chore: update docker & makefile

This commit is contained in:
Sonny
2023-10-24 16:55:20 +02:00
parent 1a8e4e7270
commit 8558f5e979
8 changed files with 44 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
MYSQL_USER="my-user"
MYSQL_PASSWORD="my-user_passwd"
MYSQL_ROOT_PASSWORD="root_passwd"
MYSQL_DATABASE="MyLinks"
MYSQL_DATABASE="mylinks"
# Or if you need external Database
# DATABASE_IP="localhost"