Skip to content

Commit

Permalink
Oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Dec 23, 2023
1 parent f41b52a commit 5817e68
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ services:
tunnel:
image: qmcgaw/gluetun
container_name: tunnel
<<: *service-defaults
cap_add:
- NET_ADMIN
ports:
Expand All @@ -94,6 +95,8 @@ services:
- /dev/net/tun:/dev/net/tun
socks5:
image: serjs/go-socks5-proxy
container_name: socks5-proxy
<<: *service-defaults
network_mode: "service:tunnel"
depends_on:
- tunnel
Expand Down

0 comments on commit 5817e68

Please sign in to comment.