From 453672fa6bacfa703f01cce5ef8029fde554daa7 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Mon, 15 Apr 2019 20:03:57 -0400 Subject: [PATCH] Put into quotes; crashes on startup with no logs... --- templates/Pydio-Cells/0/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Pydio-Cells/0/docker-compose.yml b/templates/Pydio-Cells/0/docker-compose.yml index f7030ca..86201ec 100644 --- a/templates/Pydio-Cells/0/docker-compose.yml +++ b/templates/Pydio-Cells/0/docker-compose.yml @@ -7,8 +7,8 @@ services: - 1.1.1.1 - 1.0.0.1 environment: - CELLS_BIND: localhost:80 - CELLS_EXTERNAL: ${TRAEFIK_HOST}:443 + CELLS_BIND: "localhost:80" + CELLS_EXTERNAL: "${TRAEFIK_HOST}:443" CELLS_NO_SSL: 0 labels: io.rancher.container.pull_image: always