Merge pull request #20 from enbyautumn/main
Change network_mode to work in compose
This commit is contained in:
commit
d454104777
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ services:
|
||||||
curl:
|
curl:
|
||||||
image: appropriate/curl
|
image: appropriate/curl
|
||||||
command: http://httpbin.org/ip
|
command: http://httpbin.org/ip
|
||||||
network_mode: container:wireguard
|
network_mode: service:wireguard
|
||||||
depends_on:
|
depends_on:
|
||||||
- wireguard
|
- wireguard
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue