Use dockurr/windows:latest instead of custom image
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"services": [
|
||||
{
|
||||
"name": "rego-tunnel",
|
||||
"image": "rego-vpn:latest",
|
||||
"image": "dockurr/windows:latest",
|
||||
"isMain": true,
|
||||
"internalPort": 8006,
|
||||
"addPorts": [
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
services:
|
||||
rego-tunnel:
|
||||
container_name: rego-tunnel
|
||||
image: rego-vpn:latest
|
||||
pull_policy: never
|
||||
image: dockurr/windows:latest
|
||||
restart: unless-stopped
|
||||
devices:
|
||||
- /dev/kvm
|
||||
|
||||
Reference in New Issue
Block a user