Couchpotato wont start under docker

I keep getting this error in couchpotato:
> ind_obj, name = self.__write_index(new_index, _next, edit=False),
> File “/app/couchpotato/libs/CodernityDB/database.py”, line 331, in add_index,
> res = super(SuperThreadSafeDatabase, self).add_index(*args, **kwargs),
> File “/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py”, line 105, in add_index,
> res = f(*args, **kwargs),
> File “/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py”, line 43, in _inner,
> self.add_index(‘path:’ + ind, create=False),
> File “/app/couchpotato/libs/CodernityDB/database.py”, line 498, in _read_indexes,
> res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs),
> self._read_indexes(),
> File “/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py”, line 93, in open,
> File “/app/couchpotato/libs/CodernityDB/database.py”, line 567, in open,
> db.open(),
> File “/app/couchpotato/couchpotato/runner.py”, line 142, in runCouchPotato,
> runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env),
> File “/app/couchpotato/CouchPotato.py”, line 89, in run,
> l.run(),
> File “/app/couchpotato/CouchPotato.py”, line 135, in ,
> Traceback (most recent call last):,
> File “/app/couchpotato/libs/CodernityDB/database.py”, line 274, in __write_index,
> raise IndexConflict(“Already exists”),
> CodernityDB.index.IndexConflict: Already exists

Im running it on Ubuntu 18.04 with following creation:

Image linuxserver/couchpotato@sha256:f3e23b4a53aa5b648566c76ef3002c994a15a0714d9d646d7942807119ea1c15
Port configuration 0.0.0.0:5050 5050/tcp
CMD ``
ENV PUID 1000


PGID 1000
TZ Europe/Stockholm
UMASK_SET 002
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1 $(whoami)@$(hostname):$(pwd)$
HOME /root
TERM xterm
PYTHONIOENCODING UTF-8
Labels build_version Linuxserver.io version:- 148 Build-date:- November-16-2018-23:15:52-UTC


com.docker.compose.config-hash bb317b2065f490ad53f49d9f2b558cbc8c56de1f2aa49a871eff1a21a768bcb0
com.docker.compose.container-number 1
com.docker.compose.oneoff False
com.docker.compose.project compose
com.docker.compose.service couchpotato
com.docker.compose.version 1.21.2
maintainer sparklyballs

Any settings I need to change?