1
0
Fork 0
mirror of synced 2024-06-27 18:50:47 +12:00

feat: comment redis-commander

This commit is contained in:
Christy Jacob 2022-07-16 11:04:59 +05:30
parent 9ad9621ad6
commit 2baeac04d1

View file

@ -721,15 +721,15 @@ services:
networks:
- appwrite
redis-commander:
image: rediscommander/redis-commander:latest
restart: unless-stopped
networks:
- appwrite
environment:
- REDIS_HOSTS=redis
ports:
- "8081:8081"
# redis-commander:
# image: rediscommander/redis-commander:latest
# restart: unless-stopped
# networks:
# - appwrite
# environment:
# - REDIS_HOSTS=redis
# ports:
# - "8081:8081"
# resque:
# image: appwrite/resque-web:1.1.0