Install scripts fixes (#275)

* Install scripts fixes
This commit is contained in:
pokamest 2023-08-13 03:10:41 -07:00 committed by GitHub
parent f8b55eb017
commit 4c690dd3c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 38 additions and 19 deletions

View file

@ -1,7 +1,8 @@
# Run container
sudo docker run \
sudo docker run -d \
--privileged \
--log-driver none \
-d --restart always \
--restart always \
--cap-add=NET_ADMIN \
-p $SHADOWSOCKS_SERVER_PORT:$SHADOWSOCKS_SERVER_PORT/tcp \
--name $CONTAINER_NAME $CONTAINER_NAME