docs(docker-compose): add container_name commented line (#806)

This commit is contained in:
Kazi
2022-01-23 01:44:16 +01:00
committed by GitHub
parent 2cff64fd80
commit f7319eb7a5

View File

@@ -98,6 +98,8 @@ version: "3"
services: services:
gluetun: gluetun:
image: qmcgaw/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: cap_add:
- NET_ADMIN - NET_ADMIN
ports: ports: