Skip to content

Commit

Permalink
fix: staging env
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfrasco committed Apr 6, 2023
1 parent d71ab53 commit a7fe13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/docker-compose.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ services:
restart: always
image: redis:7.0-alpine
container_name: bwwc-redis-staging
command:
- redis-server --protected-mode no
environment:
- redis_read_only=0
ports:
- 6379:6379
volumes:
Expand Down

0 comments on commit a7fe13b

Please sign in to comment.