Merge pull request #112 from Hack3rDan/main

Added hostname to gluetun service in Torrent-VPN docker-compose.yml
This commit is contained in:
James 2024-09-30 11:44:04 +01:00 committed by GitHub
commit ab2b7e9e37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,8 @@ services:
gluetun:
image: qmcgaw/gluetun
container_name: gluetun
# Hostname to use for container, required in some instances for the rest of the stack to each other endpoints
hostname: gluetun
# line above must be uncommented to allow external containers to connect.
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun
cap_add: