mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
fix doc
This commit is contained in:
parent
6c0d321083
commit
7b873db885
@ -45,7 +45,7 @@ obfsproxy:
|
||||
|
||||
To link a existing `openvpn` container, please use `external_links` instead of `links`.
|
||||
|
||||
```yaml
|
||||
```
|
||||
obfsproxy:
|
||||
image: vimagick/obfsproxy:latest
|
||||
ports:
|
||||
@ -64,6 +64,6 @@ obfsproxy:
|
||||
The password should be encoded by Base32 with fixed length.
|
||||
You can generate one via this command:
|
||||
|
||||
```bash
|
||||
```
|
||||
python -c 'import base64, os; print base64.b32encode(os.urandom(20))'
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user