Waldorf

Results 41 comments of Waldorf

Tried this suggested docker-compose.yml but got errors: ``` jekyll-jekyll-1 | ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux-musl] jekyll-jekyll-1 | Configuration file: none jekyll-jekyll-1 | Source: /srv/jekyll jekyll-jekyll-1 | Destination: /srv/jekyll/_site jekyll-jekyll-1...

I'm not a container expert either, but creating a functioning data volume is practically done by every single docker app in existence, why is this different? Actually ``` environment: -...

> Hi @belibug , the docker image has known issues. I'm working on it to resolve it. For now I would suggest running it native on your machine if possible...

> Hi @Waldorf3, I tried looking for the problem, but I can't seem to find how to get the user permission to work. It seems like the docker/root/etc/cont-init.d/30-config file does...

My docker-compose.yml is pretty much straight from the github: ``` version: "2.1" services: wikmd: image: linbreux/wikmd:latest container_name: wikmd environment: - PUID=33 - PGID=33 - TZ=Europe/Brussels # - HOMEPAGE=homepage.md #optional #...

Yes that worked, thanks! The documentation files are no longer present though, the files under /app/wikmd/wiki in the container, also not when hitting list as before, is that on purpose?...

I copied the content from /app/wikmd/wiki to /wiki, that seems to take are of it?

I'm just following your instructions to setup the site, that works ok. Then I change the theme in the _config.yml file like I explained, but when I up the docker-compose.yml...

> We have the same symptoms. The certificates not renewed by automatically. When I try to renew manually on the GUI, it provide an "internal error" message (without any error...

I'm just realizing I might be barking up the wrong tree. Is jc21 the actual developer/maintainer of this code, or just the docker-packager? If not, who is responsible for the...