This commit is contained in:
2022-06-08 18:26:31 +00:00
commit 7086d124b9
+8
View File
@@ -0,0 +1,8 @@
services:
redis:
image: redis:alpine
clickcounter:
image: kodekloud/click-counter
ports:
- 8085:5000
version: '3.0'