diff --git a/README.md b/README.md index 1357d20..aaaabc3 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ sudo docker buildx build --build-arg VERSION=2.0.22 -t / +## Using docker-compose (recommended)
```yaml version: "3.5" services: @@ -59,10 +59,10 @@ services: restart: unless-stopped ``` -## Using docker-cli:
+## Using docker-cli
`docker run --name psiphon -d -p 8080:8080 -p 1080:1080 -v /home/swarup/psiphon/config/:/config swarupsengupta2007/psiphon` -The following Environment var are available:
+The following Environment var are available
|ENV variable|Description|Default| |--|--|--| |PUID|The UID for psiphon process|1000|