Skip to content

Commit

Permalink
remove external redis port in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
PartyWumpus committed Nov 8, 2023
1 parent 26e11a3 commit c028f8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ services:
image: redis:latest
restart: unless-stopped
ports:
- 6379:6379
- "6379:6379"
environment:
- REDIS_PORT=6379
- REDIS_PORT=6379
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ services:
redis_db:
image: redis:latest
restart: unless-stopped
ports:
- 6379:6379
networks:
- plugins-network
environment:
- REDIS_PORT=6379
- REDIS_PORT=6379


networks:
Expand Down

0 comments on commit c028f8d

Please sign in to comment.