add jackett, fix gluetun
All checks were successful
Deploy Containers / Prepare (push) Successful in 54s

This commit is contained in:
2025-08-06 21:54:45 -04:00
parent bcf0df52ea
commit 68592c5e5d
3 changed files with 40 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
docker_container:
name: gluetun
image: qmcgaw/gluetun
recreate: true
capabilities:
- NET_ADMIN
devices:
@@ -27,7 +28,7 @@
published_ports:
- 8888:8888/tcp
- 8388:8388/tcp
- 8388:8388/ud
- 8388:8388/udp
env:
VPN_SERVICE_PROVIDER: "{{ GLUETUN_VPN_SERVICE_PROVIDER }}"
VPN_TYPE: "wireguard"