change redis port

This commit is contained in:
behruz-dev
2025-11-28 15:48:56 +05:00
parent 2a77a18197
commit 31d52667c6

View File

@@ -79,7 +79,7 @@ services:
restart: always restart: always
image: redis:latest image: redis:latest
ports: ports:
- 6380:6379 - 6387:6379
# bot: # bot:
# build: # build: