Skip to content

Commit 3359e8a

Browse files
committed
Update v2node image
1 parent 7b36933 commit 3359e8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v2node/init-self-hosted-v2node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ domain="$2"
1010
}
1111

1212
V2NODE_CONTAINER_ID=$(podman run -itd \
13-
-p 443:4433 -h "v2node" \
13+
-p 4433:4433 -h "v2node" \
1414
-e SEC_KEY="$SEC_KEY" \
1515
ghcr.io/lcjuves/v2node)
1616
echo "v2node's container id: $V2NODE_CONTAINER_ID"

v2node/run-self-hosted-v2node-container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mount -t cgroup
1717
V2NODE_SELF_HOSTED_CONTAINER_ID=$(podman run -itd --privileged \
1818
-h "$(echo "$domain" | base64)" \
1919
-v /var/run/podman/podman.sock:/var/run/podman/podman.sock \
20-
-p 4433:4433 \
20+
-p 443:443 \
2121
-e SEC_KEY="$sec_key" \
2222
ghcr.io/lcjuves/v2node:self-hosted /sbin/init)
2323

0 commit comments

Comments
 (0)