From eb880e8de0343920ec69d0d22f30140906b09d96 Mon Sep 17 00:00:00 2001 From: Sandro Date: Wed, 17 Jun 2020 09:59:21 +0200 Subject: [PATCH] Update database automatically in Docker Applying the migrations scripts by hand in Docker is not that easy and most people expect this to automatically happen. --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index d7b3fa913..6a8612ac3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,6 +20,7 @@ services: # Adapted from ./config/config.yml INVIDIOUS_CONFIG: | channel_threads: 1 + check_tables: true feed_threads: 1 db: user: kemal