vault backup: 2024-09-06 15:25:52

This commit is contained in:
2024-09-06 15:25:52 +08:00
parent 6aec84d3fc
commit b6da48e71e
3 changed files with 12 additions and 1 deletions

View File

@@ -32,6 +32,14 @@ docker run -d --restart unless-stopped \
-p 1666:1666 \
blueroses/perforce-helix-p4d:2024.5
```
大小棚用P4
```c++
docker run -d --restart unless-stopped \
-v /volume1/Docker/perforce/p4_studio:/p4 \
-p 1660:1666 \
blueroses/perforce-helix-p4d:2024.5
```
## chishin/wol-go-web
```bash