mirror of
https://github.com/rommapp/romm.git
synced 2026-02-19 07:50:57 +01:00
disabled redis from developing docker-compose
This commit is contained in:
@@ -12,9 +12,9 @@ services:
|
||||
ports:
|
||||
- $DB_PORT:3306
|
||||
|
||||
redis:
|
||||
image: redis:alpine
|
||||
container_name: redis
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${REDIS_PORT}:6379
|
||||
# redis:
|
||||
# image: redis:alpine
|
||||
# container_name: redis
|
||||
# restart: unless-stopped
|
||||
# ports:
|
||||
# - ${REDIS_PORT}:6379
|
||||
|
||||
Reference in New Issue
Block a user