We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2500964 commit 597a8d1Copy full SHA for 597a8d1
docker-compose.yml
@@ -0,0 +1,6 @@
1
+version: '2.0'
2
+services:
3
+ redis:
4
+ image: redis:5
5
+ ports:
6
+ - "6379:6379"
0 commit comments