Browse Source
Merge pull request #20 from enbyautumn/main
Change network_mode to work in compose
pull/27/head
Jordan Potter
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
README.md
|
|
@ -46,7 +46,7 @@ services: |
|
|
|
curl: |
|
|
|
image: appropriate/curl |
|
|
|
command: http://httpbin.org/ip |
|
|
|
network_mode: container:wireguard |
|
|
|
network_mode: service:wireguard |
|
|
|
depends_on: |
|
|
|
- wireguard |
|
|
|
``` |
|
|
|