updated instructions for .env and compose files when using non standard port in redis#5
updated instructions for .env and compose files when using non standard port in redis#5m5ingh wants to merge 1 commit intojesse-ai:mainfrom
Conversation
|
Is it possible for the user to only change the port in the .env file and not touch the docker compose file? |
|
Unfortunately both files are required to be edited.
From what i have tested editing both files should also have no impact for both use cases of standard and non standard ports as the port value by default is always 6379. Additional info/command is included for folks that may want to run on non standard ports. This is very beneficial when there is already a redis instance running for some other application. Tested with latest version too. Works as intended. |
Redis might require passing port value in commands section (in compose file) when using non standard ports. Added instructions for achieving the same. Should not be a breaking change. Tested with both configs works as expected.