...
It is also possible to specify the redis image to pull redis from dockerhub or a private registry:
Code Block |
---|
redis: image: registry: docker.io repository: bitnami/redis tag: 6.2.6-debian-10-r146 pullSecrets: [] |
...
...
It is also possible to specify the redis image to pull redis from dockerhub or a private registry:
Code Block |
---|
redis: image: registry: docker.io repository: bitnami/redis tag: 6.2.6-debian-10-r146 pullSecrets: [] |
...