Skip to content

Commit 6cd827b

Browse files
committed
fix(volumes): remove per_container and add external
1 parent 190b7e9 commit 6cd827b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/redis/0/docker-compose.yml.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ services:
8989
volumes:
9090
{{- if .Values.REDIS_VOLUME_NAME}}
9191
{{.Values.REDIS_VOLUME_NAME}}:
92-
per_container: true
92+
external: true
9393
{{- if .Values.STORAGE_DRIVER}}
9494
driver: {{.Values.STORAGE_DRIVER}}
9595
{{- end}}
9696
{{- end}}
9797

9898
{{- if .Values.SENTINEL_VOLUME_NAME}}
9999
{{.Values.SENTINEL_VOLUME_NAME}}:
100-
per_container: true
100+
external: true
101101
{{- if .Values.STORAGE_DRIVER}}
102102
driver: {{.Values.STORAGE_DRIVER}}
103103
{{- end}}

0 commit comments

Comments
 (0)