From 48afc05bcb3e20bae8f75fd77e68615b6b9f55be Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 9 Mar 2022 11:20:05 +0000 Subject: [PATCH] docs(readme): re-add `/dev/net/tun` since some OS need it --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 85d4c948..462b7b3f 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ services: # line above must be uncommented to allow external containers to connect. See https://github.com/qdm12/gluetun/wiki/Connect-a-container-to-gluetun#external-container-to-gluetun cap_add: - NET_ADMIN + devices: + - /dev/net/tun:/dev/net/tun ports: - 8888:8888/tcp # HTTP proxy - 8388:8388/tcp # Shadowsocks