version: "2"
services:
redis:
image: redis:alpine
command: redis-server --appendonly yes
volumes:
- ./data/redis:/data
ports:
- "6379:6379"
restart: always
redisadmin:
image: docbradfordsoftware/redisadmin-dev:1.0
links:
- redis:redis
ports:
- "8102:80"
-
Notifications
You must be signed in to change notification settings - Fork 0
DocBradfordSoftware/redisadmin-dev
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A docker version of phpRedisAdmin (not for production)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published