2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

add redis-arm

This commit is contained in:
kev
2016-01-16 07:54:16 +08:00
parent 3cd51c7cbc
commit d852efc40a
4 changed files with 21 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ nodebb:
restart: always
redis:
image: redis
image: vimagick/redis-arm
ports:
- "127.0.0.1:6379:6379"
restart: always