Testing if using ports is possible through Traefik

This commit is contained in:
WilliamMiceli
2018-08-24 17:17:42 -04:00
parent cfbbbc6c96
commit 288cd3a08e

View File

@@ -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