ktmud commented on pull request #12810:
URL: https://github.com/apache/superset/pull/12810#issuecomment-778759552
@HeNKiEeEeE I would recommend exposing to `16379` and `15432` to keep
things simple:
```diff
diff --git a/docker-compose.yml b/docker-compose.yml
index 733ad3ea5..72bc5f988 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -33,7 +33,7 @@ services:
container_name: superset_cache
restart: unless-stopped
ports:
- - "127.0.0.1:6379:6379"
+ - "127.0.0.1:16379:6379"
volumes:
- redis:/data
@@ -43,7 +43,7 @@ services:
container_name: superset_db
restart: unless-stopped
ports:
- - "127.0.0.1:5432:5432"
+ - "127.0.0.1:15432:5432"
volumes:
- db_home:/var/lib/postgresql/data
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]