cistech-tunnel: remove entrypoint from docker-compose.json

Runtipi's compose generator doesn't translate the entrypoint field.
The entrypoint is instead set via user-config override.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-04 20:42:34 +00:00
parent 16b7a66c01
commit 992db16848

View File

@@ -4,7 +4,6 @@
{ {
"name": "cistech-tunnel", "name": "cistech-tunnel",
"image": "git.alexzaw.dev/alexz/openconnect-vpn:latest", "image": "git.alexzaw.dev/alexz/openconnect-vpn:latest",
"entrypoint": "/shared/entrypoint.sh",
"environment": [ "environment": [
{ {
"key": "VPN_EMAIL", "key": "VPN_EMAIL",