Update rego-tunnel to use local rego-vpn image
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
- Add AnyConnect 4.8 installer to build folder - Update docker-compose to use rego-vpn:latest local image 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Binary file not shown.
@@ -3,7 +3,7 @@
|
||||
"services": [
|
||||
{
|
||||
"name": "rego-tunnel",
|
||||
"image": "dockurr/windows:latest",
|
||||
"image": "rego-vpn:latest",
|
||||
"environment": {
|
||||
"RAM_SIZE": "${WINDOWS_RAM_GB}G",
|
||||
"CPU_CORE": "${WINDOWS_CPU_CORES}",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
rego-tunnel:
|
||||
container_name: rego-tunnel
|
||||
image: rego-windows:latest
|
||||
image: rego-vpn:latest
|
||||
restart: unless-stopped
|
||||
devices:
|
||||
- /dev/kvm
|
||||
|
||||
0
apps/rego-tunnel/metadata/logo.jpg
Normal file → Executable file
0
apps/rego-tunnel/metadata/logo.jpg
Normal file → Executable file
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Reference in New Issue
Block a user