mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix(comet): remove postgres:// protocol in DATABASE_URL
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ DASHBOARD_ADMIN_PASSWORD=CHANGE_ME # The password to access the dashboard
|
||||
# Postgres should only be used if you need concurrency e.g. mutliple instances of Comet, or using
|
||||
# multiple debrid services with Comet.
|
||||
DATABASE_TYPE=sqlite # Options: sqlite, postgresql
|
||||
DATABASE_URL=postgres://comet:comet@comet_postgres:5432/comet # For PostgreSQL
|
||||
DATABASE_URL=comet:comet@comet_postgres:5432/comet # For PostgreSQL
|
||||
DATABASE_PATH=data/comet.db # Only relevant for SQLite
|
||||
|
||||
# ============================== #
|
||||
|
||||
Reference in New Issue
Block a user