Browse Source
fix for deployment error due to capitalization
pull/396/head
Gyarbij
4 years ago
No known key found for this signature in database
GPG Key ID: 475E97703A86E06
1 changed files with
1 additions and
1 deletions
-
README.md
|
|
@ -53,7 +53,7 @@ $ docker run -d \ |
|
|
--sysctl="net.ipv4.conf.all.src_valid_mark=1" \ |
|
|
--sysctl="net.ipv4.conf.all.src_valid_mark=1" \ |
|
|
--sysctl="net.ipv4.ip_forward=1" \ |
|
|
--sysctl="net.ipv4.ip_forward=1" \ |
|
|
--restart unless-stopped \ |
|
|
--restart unless-stopped \ |
|
|
Gyarbij/wireui |
|
|
gyarbij/wireui |
|
|
</pre> |
|
|
</pre> |
|
|
|
|
|
|
|
|
> 💡 Replace `YOUR_SERVER_IP` with your WAN IP, or a Dynamic DNS hostname. |
|
|
> 💡 Replace `YOUR_SERVER_IP` with your WAN IP, or a Dynamic DNS hostname. |
|
|
|