Skip to content

Commit 5abb3f3

Browse files
committed
fixes #24, removes bridge from rexray
1 parent dd2ef28 commit 5abb3f3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

stack-rexray.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
version: "3.7"
22

3-
# 1. WORKAROUND: would prefer this use null network driver, will use bridge for now to avoid overlay
43
# 2. TODO: would prefer on-failure restart_policy, but need to run this in script to look
54
# for if plugin exists first before reinstalling
65
# 3. TODO: would prefer this picks a driver version, and support driver updates
@@ -18,8 +17,6 @@ services:
1817
plugin-rexray:
1918
<<: *default-opts
2019
image: mavenugo/swarm-exec:17.03.0-ce
21-
networks:
22-
- bridge
2320
volumes:
2421
- /var/run/docker.sock:/var/run/docker.sock
2522
secrets:
@@ -36,8 +33,4 @@ secrets:
3633
rexray_do_token:
3734
external: true
3835
name: rexray_do_token
39-
40-
networks:
41-
bridge:
42-
external: true
43-
name: bridge
36+

0 commit comments

Comments
 (0)