From 1eecd2ebdc9c3467ffbcb5d96889a632ee7729d9 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Fri, 28 Feb 2025 20:02:06 +0000 Subject: [PATCH] fix instructions for creating database --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index d80ff57..1519f3c 100644 --- a/.env +++ b/.env @@ -58,7 +58,7 @@ ADDON_MANAGER_HOSTNAME= # For these two addons, after your inital compose up, you need to create the databases in postgres # You can do this by running the following commands: -# docker exec -it postgres psql -U postgres +# docker exec -it ravenn-postgres psql -U postgres # CREATE DATABASE stremio_trakt_db; # CREATE DATABASE stremio_catalog_db; # \q