diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2020-06-17 09:59:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-17 09:59:21 +0200 |
| commit | eb880e8de0343920ec69d0d22f30140906b09d96 (patch) | |
| tree | b82fef9f88f8319b4059f4ce005ad7055b03ac4c /docker-compose.yml | |
| parent | 83b1d80a5be263822825b55915705f1108a93f1a (diff) | |
| download | invidious-eb880e8de0343920ec69d0d22f30140906b09d96.tar.gz invidious-eb880e8de0343920ec69d0d22f30140906b09d96.tar.bz2 invidious-eb880e8de0343920ec69d0d22f30140906b09d96.zip | |
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.
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index d7b3fa91..6a8612ac 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 |
