mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix instructions for creating database
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user