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": [
|
"services": [
|
||||||
{
|
{
|
||||||
"name": "rego-tunnel",
|
"name": "rego-tunnel",
|
||||||
"image": "rego-vpn:latest",
|
"image": "dockurr/windows:latest",
|
||||||
"isMain": true,
|
"isMain": true,
|
||||||
"internalPort": 8006,
|
"internalPort": 8006,
|
||||||
"addPorts": [
|
"addPorts": [
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
rego-tunnel:
|
rego-tunnel:
|
||||||
container_name: rego-tunnel
|
container_name: rego-tunnel
|
||||||
image: rego-vpn:latest
|
image: dockurr/windows:latest
|
||||||
pull_policy: never
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
devices:
|
devices:
|
||||||
- /dev/kvm
|
- /dev/kvm
|
||||||
|
|||||||
Reference in New Issue
Block a user