Skip to content

Commit

Permalink
test: redis 데이터 보존
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-heo authored May 29, 2024
1 parent a0748d3 commit 1ddd3fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ services:
container_name: redis
ports:
- 6379:6379
restart: always
volumes:
- redis-data:/data
restart: unless-stopped

web:
container_name: web
Expand All @@ -24,4 +26,4 @@ services:
options:
mode: non-blocking
stdin_open: true
tty: true
tty: true

0 comments on commit 1ddd3fd

Please sign in to comment.