Skip to content

Commit

Permalink
change port mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
vcidst committed Sep 20, 2023
1 parent f76ca54 commit 85e8677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_deployment/docker-compose.integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
image: redis:6
command: "--requirepass password --user username1 on >password ~* allcommands --user default off nopass nocommands"
ports:
- "6379:6380"
- "6380:6379"

postgres:
image: postgres:13
Expand Down

0 comments on commit 85e8677

Please sign in to comment.