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

add redis

This commit is contained in:
kev
2017-01-19 22:06:07 +08:00
parent b64cd4562a
commit f9c54988ec
5 changed files with 27 additions and 0 deletions

7
redis/docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
redis:
image: redis:alpine
ports:
- "127.0.0.1:6379:6379"
volumes:
- ./data:/data
restart: always