requarks / wiki-v1

Legacy version (1.x) of Wiki.js
https://wiki.js.org
GNU Affero General Public License v3.0
101 stars 75 forks source link

unable to running after docker deployed #221

Closed ghost closed 5 years ago

ghost commented 5 years ago

unable to running after docker deployed

Steps to reproduce the behavior

I have use https://docs.requarks.io/wiki/install/docker with "use docker images"

first pull image and it's ok then use below:

sudo docker run -p 3000:3000 -e "myemail@myemail.com" -v /var/wiki/config.yml:/var/wiki/config.yml requarks/wiki

and it's looks everything fine by " docker ps " and from portainer, however it's unable to continue with open ip:3000, what's the problem possibly is?

ps: I have modified config on the host to /var/wiki/config.yml and attached this file for you check.

image

image

config.yml.zip

ghost commented 5 years ago

@johnnyshields

MongoDB setting asking:

at config.yml of MongoDB, if I have created new database with password, is that below syntax are correct?

db: database://dbuser:password@127.0.0.1:27017