From e8e0fb71dd065edbd388cdc1ad5a7f8106832628 Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Sun, 10 Jan 2021 20:29:43 +0100 Subject: [PATCH] Updated koel config --- koel/.env.example | 2 +- koel/docker-compose.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/koel/.env.example b/koel/.env.example index 6acdd9d..d58e408 100644 --- a/koel/.env.example +++ b/koel/.env.example @@ -109,7 +109,7 @@ CACHE_MEDIA=true # Koel attempts to detect if your website use HTTPS and generates secure URLs accordingly. # If this attempts for any reason, you can force it by setting this value to true. -FORCE_HTTPS= +FORCE_HTTPS=yes # Pusher configuration, for interesting features such as remote controlling. diff --git a/koel/docker-compose.yml b/koel/docker-compose.yml index 0bcd65a..19d6e1a 100644 --- a/koel/docker-compose.yml +++ b/koel/docker-compose.yml @@ -14,7 +14,6 @@ services: - 'nginx' volumes: - './.env:/var/www/html/.env' - - 'config:/var/www/html' - 'covers:/var/www/html/public/img/covers' - 'music:/music' @@ -26,7 +25,7 @@ services: environment: - 'MYSQL_DATABASE=koel' - 'MYSQL_PASSWORD=$DB_PASSWORD' - - 'MYSQL_ROOT_PASSWORD=$DB_ROOT_PASSWORD' + - 'MYSQL_ROOT_PASSWORD=$DB_PASSWORD' - 'MYSQL_USER=$DB_USERNAME' labels: - 'com.centurylinklabs.watchtower.enable=true' @@ -38,7 +37,6 @@ networks: external: true volumes: - config: covers: db-data: music: