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

update redis-arm

This commit is contained in:
kev
2016-07-19 16:34:20 +08:00
parent 4ad6df34e4
commit f0f84759a3
4 changed files with 21 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
nodebb:
image: vimagick/nodebb-arm
image: easypi/nodebb-arm
ports:
- "4567:4567"
links:
@@ -7,7 +7,7 @@ nodebb:
restart: always
redis:
image: vimagick/redis-arm
image: easypi/redis-arm
ports:
- "127.0.0.1:6379:6379"
restart: always