fix docker container daemon

This commit is contained in:
xbclub 2021-03-17 15:49:33 +08:00 committed by GitHub
parent 04278286ee
commit 0ceea0fb57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ systemd 脚本放入:
4. 启动容器
```bash
docker run -it --privileged \
docker run -itd --privileged \
-e mode=pro \
-e iproute=192.168.10.0/255.255.255.0 \
-p 443:443 \