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 fc234b9 commit 13c64f8Copy full SHA for 13c64f8
docker-compose-init.yml
@@ -11,6 +11,22 @@ services:
11
networks:
12
- consul_test
13
14
+ set:
15
+ image: consul
16
+ entrypoint: consul kv put -http-addr=http://172.16.231.22:8500
17
+ volumes:
18
+ - './basic_config.json:/consul/config/basic_config.json'
19
+ networks:
20
+ - consul_test
21
+
22
+ get:
23
24
+ entrypoint: consul kv get -http-addr=http://172.16.231.22:8500
25
26
27
28
29
30
31
consul_test:
32
driver: bridge
0 commit comments