Remove the redis_activity ports listing

It is misleading, it isn't binding to that port
This commit is contained in:
bcj 2021-05-17 00:07:59 -05:00
parent 24152c0129
commit 76ba116d2f

View file

@ -42,8 +42,6 @@ services:
image: redis
command: ["redis-server", "--appendonly", "yes"]
env_file: .env
ports:
- 6378:6378
networks:
- main
restart: on-failure