Amend container names
This commit is contained in:
parent
08587e80a5
commit
e192e1bc0d
|
|
@ -2,7 +2,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
|
|
||||||
# Gluetun is used to connect container to VPN
|
# Gluetun is used to connect container to VPN
|
||||||
invidious-gluetun:
|
technitium-gluetun:
|
||||||
image: qmcgaw/gluetun
|
image: qmcgaw/gluetun
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
|
@ -27,7 +27,7 @@ services:
|
||||||
memory: 512M
|
memory: 512M
|
||||||
|
|
||||||
technitium:
|
technitium:
|
||||||
network_mode: "service:invidious-gluetun"
|
network_mode: "service:technitium-gluetun"
|
||||||
container_name: technitium
|
container_name: technitium
|
||||||
# hostname: technitium
|
# hostname: technitium
|
||||||
image: technitium/dns-server:latest
|
image: technitium/dns-server:latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue