Merge pull request #20 from enbyautumn/main

Change network_mode to work in compose
This commit is contained in:
Jordan Potter 2021-09-06 22:04:19 -05:00 committed by GitHub
commit d454104777
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
``` ```