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