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: