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 ef7ccd1 commit 8033fdbCopy full SHA for 8033fdb
docker-compose.dev.yml
@@ -0,0 +1,12 @@
1
+version: '2.1'
2
+services:
3
+
4
+ # Build a local Docker image. Usage:
5
+ # $ docker-compose -f docker-compose.dev.yml build
6
7
+ grafolean-collector-ping:
8
+ image: grafolean/grafolean-collector-ping
9
+ container_name: grafolean-collector-ping
10
+ build:
11
+ context: .
12
+ dockerfile: Dockerfile
0 commit comments