From f7319eb7a500076528c90703e7d9e4be93da3689 Mon Sep 17 00:00:00 2001 From: Kazi Date: Sun, 23 Jan 2022 01:44:16 +0100 Subject: [PATCH] docs(docker-compose): add `container_name` commented line (#806) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d8f0b6c2..a9f3bd5e 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,8 @@ version: "3" services: gluetun: image: qmcgaw/gluetun + # container_name: gluetun + # 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 ports: