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 83078cd424
commit bad39aef55

View file

@ -58,8 +58,6 @@ services:
- ./redis.conf:/etc/redis/redis.conf
- redis_activity_data:/data
env_file: .env
ports:
- 6378:6378
networks:
- main
restart: on-failure