misc
This commit is contained in:
@@ -98,6 +98,7 @@ if ! docker ps -a --format '{{.Names}}' | grep -qx proxy; then
|
||||
docker run -d \
|
||||
--name proxy --restart always \
|
||||
-p 80:80 -p 443:443 -p 81:81 \
|
||||
-p 2222:2222 \
|
||||
-e PUID=0 -e PGID=0 \
|
||||
-v "$VOL_BASE/proxy/data:/data" \
|
||||
-v "$VOL_BASE/proxy/letsencrypt:/etc/letsencrypt" \
|
||||
|
||||
Reference in New Issue
Block a user