1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
This commit is contained in:
kev 2015-04-30 19:46:33 +08:00
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))'
```