From 32566cd3e42e41ea1444b922037432c1c1d97739 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Fri, 19 Apr 2019 14:40:53 +0200 Subject: [PATCH] Rename cache to nginx in docker-compose --- templates/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/docker-compose.yml b/templates/docker-compose.yml index 29879a2..d303c27 100644 --- a/templates/docker-compose.yml +++ b/templates/docker-compose.yml @@ -13,14 +13,14 @@ services: - ./volumes/traefik/acme.json:/etc/acme.json - ./traefik.toml:/traefik.toml depends_on: - - cache + - nginx restart: "always" # If you want to use the Traefik dashboard, you should expose it on a # subdomain with HTTPS and authentification: # https://medium.com/@xavier.priour/secure-traefik-dashboard-with-https-and-password-in-docker-5b657e2aa15f # https://github.com/containous/traefik/issues/880#issuecomment-310301168 - cache: + nginx: image: nginx:1.15-alpine volumes: - ./nginx.conf:/etc/nginx/nginx.conf