Skip to content

Commit

Permalink
Fixed redis ports
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemKAF committed Nov 24, 2023
1 parent 813d379 commit f56b52d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions infra_bt/docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ services:
redis:
image: redis:alpine3.18
hostname: redis
ports:
- "6379:6379"
expose:
- 6379
restart: unless-stopped
healthcheck:
test: ["CMD", "redis-cli", "ping"]
Expand Down
4 changes: 2 additions & 2 deletions infra_bt/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ services:
redis:
image: redis:alpine3.18
hostname: redis
ports:
- "6379:6379"
expose:
- 6379
restart: unless-stopped
healthcheck:
test: ["CMD", "redis-cli", "ping"]
Expand Down

0 comments on commit f56b52d

Please sign in to comment.