mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 23:40:19 +00:00
Merge branch 'main' of https://github.com/JamesTurland/JimsGarage
This commit is contained in:
commit
e09c3da047
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ services:
|
||||||
gluetun:
|
gluetun:
|
||||||
image: qmcgaw/gluetun
|
image: qmcgaw/gluetun
|
||||||
container_name: 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.
|
# 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
|
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun
|
||||||
cap_add:
|
cap_add:
|
||||||
|
|
Loading…
Reference in a new issue