Port relocations off defaults for testing by NickCraver · Pull Request #1557 · StackExchange/StackExchange.Redis (original) (raw)
We're getting conflicts with other use cases locally and want to move off the default ports for test instances. This (hopefully) does that correctly.
Note, docker bits need to be re-initialized locally to clear state:
cd /tests/RedisConfigs
docker-compose down
docker-compose up --build --force-recreate --no-deps redis