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