docker-compose -f {path} up -d
up
Create and start containers-f
Specify the name and path of one or more compose files-d
Process in the background
docker exec -it standalone-redis redis-cli
auth password
docker-compose -f {path} down
π³ Deploy redis standalone with docker compose
docker-compose -f {path} up -d
up
Create and start containers-f
Specify the name and path of one or more compose files-d
Process in the backgrounddocker exec -it standalone-redis redis-cli
auth password
docker-compose -f {path} down