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

Site unreachable after docker-compose. #177

Closed Rykee closed 2 years ago

Rykee commented 5 years ago

Actual behavior

After running docker-compose can't reach the site.

Expected behavior

Should be able to reach the site.

Steps to reproduce the behavior

I followed the tutorial on the site for the docker-compose.

Here are my config files: config.yml docker-compose.yml

Logs: (wiki-stderr.log was empty) supervisord.log wiki-stdout.log mongodb

I can ping both ways, and when I installed an Apache I could connect to that server. I tried multiple ports, only difference was with port 3000, with this output: image

I checked a few issues, but no suggestion helped so far.

Edit: If I add http:// before the ip address on the port 3000 it loads normally(doesn't read the data from git tho).

If I don't use docker it works(loads data from git properly too), but it would be nice to use docker. Any suggestions?

Rykee commented 5 years ago

Bump

NGPixel commented 5 years ago

https://docs.requarks.io/wiki/install/troubleshooting#weird-display-no-styling-missing-css

Rykee commented 5 years ago

See edit from 28 days ago..
And it was only a side issue, not my main problem