aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dockerignore
Commit message (Collapse)AuthorAgeFilesLines
* Reviewed nginx configurationArthurHoaro2020-11-071-0/+11
| | | | | | | | | | | Both in documentation and Docker image. For security purpose, it no longer allow to access static files through the main nginx *location*. Static files are served if their extension matches the whitelist. As a side effect, we no longer need specific restrictions, and therefore it fixes the nginx part of #1608.
* Provide a Docker Compose exampleVirtualTam2018-07-121-0/+3
| | | | | | | | | | | | | Closes https://github.com/shaarli/Shaarli/issues/1010 See: - https://hub.docker.com/_/traefik/ - https://docs.traefik.io/configuration/backends/docker/ - https://docs.traefik.io/user-guide/docker-and-lets-encrypt/ - https://github.com/containous/traefik/pull/2798 - https://github.com/containous/traefik/issues/3298 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* docker: build the images from the local sourcesVirtualTam2018-06-171-0/+51
Relates to https://github.com/shaarli/Shaarli/issues/1153 Signed-off-by: VirtualTam <virtualtam@flibidi.net>