We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2ef28 commit 5abb3f3Copy full SHA for 5abb3f3
stack-rexray.yml
@@ -1,6 +1,5 @@
1
version: "3.7"
2
3
-# 1. WORKAROUND: would prefer this use null network driver, will use bridge for now to avoid overlay
4
# 2. TODO: would prefer on-failure restart_policy, but need to run this in script to look
5
# for if plugin exists first before reinstalling
6
# 3. TODO: would prefer this picks a driver version, and support driver updates
@@ -18,8 +17,6 @@ services:
18
17
plugin-rexray:
19
<<: *default-opts
20
image: mavenugo/swarm-exec:17.03.0-ce
21
- networks:
22
- - bridge
23
volumes:
24
- /var/run/docker.sock:/var/run/docker.sock
25
secrets:
@@ -36,8 +33,4 @@ secrets:
36
33
rexray_do_token:
37
34
external: true
38
35
name: rexray_do_token
39
-
40
-networks:
41
- bridge:
42
- external: true
43
- name: bridge
+
0 commit comments