We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6881da commit 7045c3bCopy full SHA for 7045c3b
1 file changed
docker-compose.yml
@@ -0,0 +1,9 @@
1
+services:
2
+ keyword-scope:
3
+ image: ghcr.io/pyrascope/keyword-scope:latest
4
+ container_name: keyword-scope
5
+ ports:
6
+ - "8182:8182"
7
+ restart: unless-stopped
8
+ volumes:
9
+ - ./config.yaml:/app/config.yaml:ro
0 commit comments