From 81c801300b2912dc19a24314629ee550b1899d34 Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Wed, 27 Jun 2018 01:20:22 +0200 Subject: Provide a Docker Compose example 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 --- .dockerignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.dockerignore') diff --git a/.dockerignore b/.dockerignore index a0d28dc6..96fd31c5 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,6 +4,9 @@ .github tests +# Docker Compose resources +docker-compose.yml + # Shaarli runtime resources cache/* data/* -- cgit v1.2.3