From 288cd3a08e90ed340b74cf499d3509f4e7f0ac8d Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Fri, 24 Aug 2018 17:17:42 -0400 Subject: [PATCH] Testing if using ports is possible through Traefik --- templates/Nextcloud/0/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/Nextcloud/0/docker-compose.yml b/templates/Nextcloud/0/docker-compose.yml index 432c2ed..5f17f0f 100644 --- a/templates/Nextcloud/0/docker-compose.yml +++ b/templates/Nextcloud/0/docker-compose.yml @@ -13,8 +13,8 @@ services: MYSQL_PASSWORD: ${DB_USER_PASS} NEXTCLOUD_ADMIN_USER: ${NC_ADMIN} NEXTCLOUD_ADMIN_PASSWORD: ${NC_ADMIN_PASS} - expose: - - "80" +# expose: +# - "80" labels: io.rancher.container.pull_image: always {{- if (.Values.HOST_LABEL)}} @@ -29,8 +29,8 @@ services: - mysql networks: - public-proxy -# ports: -# - "${WEB_PORT}:80" + ports: + - "${WEB_PORT}:80" restart: on-failure volumes: - Application:/var/www/html