mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-23 10:21:29 +08:00
update
This commit is contained in:
@@ -173,7 +173,7 @@ Modify the following port number ``3003`` to your actual port number, and then e
|
||||
PORT="3003"
|
||||
docker stop firefox_${PORT}
|
||||
docker rm -f firefox_${PORT}
|
||||
rm -f /usr/local/bin/firefox_${PORT}
|
||||
rm -rf /usr/local/bin/firefox_${PORT}
|
||||
docker rmi jlesage/firefox
|
||||
```
|
||||
|
||||
@@ -207,7 +207,7 @@ Change the following port number ```3004``` to your actual http port number, the
|
||||
PORT="3004"
|
||||
docker stop chromium_${PORT}
|
||||
docker rm -f chromium_${PORT}
|
||||
rm -f /usr/local/bin/config_${PORT}
|
||||
rm -rf /usr/local/bin/config_${PORT}
|
||||
docker rmi lscr.io/linuxserver/chromium
|
||||
```
|
||||
|
||||
|
||||
@@ -177,7 +177,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/onefire
|
||||
PORT="3003"
|
||||
docker stop firefox_${PORT}
|
||||
docker rm -f firefox_${PORT}
|
||||
rm -f /usr/local/bin/firefox_${PORT}
|
||||
rm -rf /usr/local/bin/firefox_${PORT}
|
||||
docker rmi jlesage/firefox
|
||||
```
|
||||
|
||||
@@ -211,7 +211,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/onechro
|
||||
PORT="3004"
|
||||
docker stop chromium_${PORT}
|
||||
docker rm -f chromium_${PORT}
|
||||
rm -f /usr/local/bin/config_${PORT}
|
||||
rm -rf /usr/local/bin/config_${PORT}
|
||||
docker rmi lscr.io/linuxserver/chromium
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user