From a65472858fa8b65fa6e057fed9807aa4d50b5af1 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Sat, 12 Jan 2019 20:43:05 -0500 Subject: [PATCH] No longer using :latest for NGINX --- templates/InvoiceNinja/0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/InvoiceNinja/0/docker-compose.yml b/templates/InvoiceNinja/0/docker-compose.yml index 385138e..bbf7e5b 100644 --- a/templates/InvoiceNinja/0/docker-compose.yml +++ b/templates/InvoiceNinja/0/docker-compose.yml @@ -65,7 +65,7 @@ services: - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system - /RancherCattleData/${DATA_DIR}/Database:/var/lib/mysql nginx: - image: nginx:latest + image: nginx dns: - 1.1.1.1 - 1.0.0.1