Remove the redis_activity ports listing
It is misleading, it isn't binding to that port
This commit is contained in:
parent
24152c0129
commit
76ba116d2f
|
@ -42,8 +42,6 @@ services:
|
||||||
image: redis
|
image: redis
|
||||||
command: ["redis-server", "--appendonly", "yes"]
|
command: ["redis-server", "--appendonly", "yes"]
|
||||||
env_file: .env
|
env_file: .env
|
||||||
ports:
|
|
||||||
- 6378:6378
|
|
||||||
networks:
|
networks:
|
||||||
- main
|
- main
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
Loading…
Reference in New Issue