Hello,
I’m trying to install Hedgedoc on my Unraid server using the docker version of linuxserver.
This is my cli command : root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Hedgedoc' --net='bridge' -e TZ="Europe/Paris" -e HOST_OS="Unraid" -e 'DB_HOST'='192.168.1.10' -e 'DB_PORT'='3306' -e 'DB_USER'='root' -e 'DB_PASS'='*' -e 'DB_NAME'='hedgedoc' -e 'TZ'='Europe/Paris' -p '3000:3000/tcp' -v '/mnt/user/appdata/hedgedoc':'/config':'rw' 'linuxserver/hedgedoc'
After first initialization, I have lots of this error on log file :
[4mSequelize CLI [Node: 12.20.1, CLI: 5.5.1, ORM: 5.22.3] [24m
Loaded configuration file "../../config/config.json".
[31mERROR:[39m getaddrinfo ENOTFOUND alex
If I understand is it related to Node.js ?
Thank you