You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
How do I change the code if I want to hang Socks5
docker run -d
--restart unless-stopped
--name grass
-v $HOME/appdata/grass:/config
-e USER_ID=$(id -u)
-e SOCKS_PROXY="socks5:socks5"
-p 5800:5800
217heidai/grass:latest
How do I change the code if I want to hang Socks5
docker run -d
--restart unless-stopped
--name grass
-v $HOME/appdata/grass:/config
-e USER_ID=$(id -u)
-e SOCKS_PROXY="socks5:socks5"
-p 5800:5800
217heidai/grass:latest
I added a code container and kept restarting