Verify website creation

Hi,

I created a test site with these commands:
ee site create example.com --type=wp --cache --with-local-redis --local-db

My question is, is there any way to verify if my website is really running with local redis container and separate db container? I tried ee site info command but I think I can’t see it there.

Hey there,

If you navigate to /opt/easyengine/services and list the directory you’ll see the global MariaDB/Redis Docker volumes and any site-specific MariaDB/Redis/htdocs etc. volumes that belong to your site.

@paramdeo Thank you!
I can see my specific db data but no redis data for my site. and when I open admin tools for redis, an error shows
ERROR: php_network_getaddresses: getaddrinfo failed: Name or service not known [tcp://global-redis:6379]

This only happens when I install redis like this
ee site create example.com --type=wp --cache --with-local-redis --local-db

But when I install without --with-local-redis admin tools for redis is working fine.

Can anybody help?

Looks like this is not a feature of v4