Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks