]> cat aescling's git repositories - mastodon.git/commitdiff
add volume for redis container
authorValentin_NC <valentin.ouvrard@nautile.sarl>
Wed, 5 Apr 2017 03:13:22 +0000 (14:13 +1100)
committerValentin_NC <valentin.ouvrard@nautile.sarl>
Wed, 5 Apr 2017 03:13:22 +0000 (14:13 +1100)
docker-compose.yml

index 9a0155fbfda1c54d56b629532c3bb99aecf2c7f0..103e10cbe32a3c9f5b51ae6532c0110942ebe912 100644 (file)
@@ -8,6 +8,8 @@ services:
   redis:
     restart: always
     image: redis:alpine
+    volumes:
+      - ./redis:/data
   web:
     restart: always
     build: .