added full image for memcached

This commit is contained in:
yashsinghcodes
2024-12-02 21:51:11 +05:30
parent 045f20c948
commit 9746829253
+1 -1
View File
@@ -3986,7 +3986,7 @@ func deployMemcached(dockercli *dockerclient.Client) error {
ctx := context.Background()
memcachedImage := "memcached"
memcachedImage := "docker.io/library/memcached:latest"
containerConfig := &container.Config{
Image: memcachedImage,
Cmd: []string{"-m", defaultMem},