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