We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3024adf commit 5784d19Copy full SHA for 5784d19
docker-compose.yml
@@ -0,0 +1,9 @@
1
+version: '3.2'
2
+
3
+services:
4
+ redis:
5
+ image: redis:6-alpine
6
+ container_name: hngql-redis
7
+ restart: unless-stopped
8
+ network_mode: "host"
9
0 commit comments