Issue when Create redis-stack volume
Opened this issue · 0 comments
akelmj commented
Hi,
I try to create volume using docker compose file like mention in documintation:
i use redis-stack not redis-stack-server
volumes:
- ./redis-data:/data redis/redis-stack:latest
i get this error:
ERROR: for redis Cannot create container for service redis: invalid mode: latest
it wont work , so i try this command and work fine:
volumes:
- ./redis-data:/data
-