Testing if "1" is necessary

This commit is contained in:
WilliamMiceli
2018-12-05 15:29:45 -05:00
parent 471c366cf0
commit d8381eae97

View File

@@ -7,7 +7,7 @@ services:
- 1.1.1.1 - 1.1.1.1
- 1.0.0.1 - 1.0.0.1
environment: environment:
PMA_ARBITRARY: true PMA_ARBITRARY: 1
labels: labels:
io.rancher.container.pull_image: always io.rancher.container.pull_image: always
{{- if .Values.HOST_LABEL}} {{- if .Values.HOST_LABEL}}
@@ -30,7 +30,7 @@ services:
traefik.enable: false traefik.enable: false
{{- end}} {{- end}}
networks: networks:
- db-admin - db-admin # Used to be able to make secure, direct connections to other services in other stacks
ports: ports:
- "${WEB_PORT}:80" - "${WEB_PORT}:80"
restart: on-failure restart: on-failure