$ sh phpRedisAdmin.sh
ref: https://github.com/erikdubbelboer/phpRedisAdmin
$ docker-compose up -d
$ docker exec -it {contrainner name or id} redis-cli
127.0.0.1:6379> auth 123456
OK
Go to http://localhost:8080/
'login' => array(
// Username => Password
// Multiple combinations can be used
'admin' => array(
'password' => '123456',
),
'guest' => array(
'password' => '123456',
'servers' => array(0) // Optional list of servers this user can access.
)