Skip to content

Commit 5703c76

Browse files
Updated port to 4000.
1 parent b480ca6 commit 5703c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
# Override application Redis servers config to use redis container
3838
REDIS_SERVERS: '{"AUTH":{"host":"redis","port":6379,"password":"","tls":false},"CACHE":{"host":"redis","port":6379,"password":"","tls":false}}'
3939
ports:
40-
- '4000:4001'
40+
- '4000:4000'
4141
depends_on:
4242
- db
4343
- redis

0 commit comments

Comments
 (0)