docker-foswiki icon indicating copy to clipboard operation
docker-foswiki copied to clipboard

Dockerized foswiki + nginx at port 80

Results 4 docker-foswiki issues
Sort by recently updated
recently updated
newest added

When I attempt to run the provided command (docker run -idt -p 80:80 timlegge/docker-foswiki) to pull and run this docker image, I get an error: "docker: failed to register layer:...

Hi Tim, How are you ? I am wondering about the way the Docker volume `foswiki_www` is currently done, since it contains both data and code. Now we still have...

Hello Tim, Hope you're doing good. I've noticed that attachment size is limited to 1M, most probably the default value for Nginx. Is that on purpose ? I would set...

the solr configs for Solr 6, 7 and 8 are attached to issue #6 Add the updated versions to the docker image [solr.8.3.0.tar.gz](https://github.com/timlegge/docker-foswiki/files/3849605/solr.8.3.0.tar.gz) [solr6.6.6.tar.gz](https://github.com/timlegge/docker-foswiki/files/3849606/solr6.6.6.tar.gz) [solr7.7.2.tar.gz](https://github.com/timlegge/docker-foswiki/files/3849607/solr7.7.2.tar.gz)

enhancement