Testing if "1" is necessary
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user