dev-yoonjung / redis-standalone-with-docker-compose

🐳 Deploy redis standalone with docker compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run

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

Use redis-cli

docker exec -it standalone-redis redis-cli

auth password

스크란샷 2023-04-17 α„‹α…©α„Œα…₯ᆫ 9 22 59

Stop

docker-compose -f {path} down

About

🐳 Deploy redis standalone with docker compose