mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 17:41:08 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue