添加 vertex

This commit is contained in:
2025-08-29 10:01:25 +08:00
parent b40fa51720
commit 7645874e36

7
vertex Normal file
View File

@@ -0,0 +1,7 @@
docker run -d \
--name vertex \
-v /root/vertex:/vertex \
-p 3000:3000 \
-e TZ=Asia/Shanghai \
--restart unless-stopped \
lswl/vertex:stable