Skip to content

Commit

Permalink
Updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrianne committed Feb 15, 2021
1 parent b71fa67 commit f0ec423
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions DockerEnv
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@
#ENABLE_UFW=false
#UFW_ALLOW_GW_NET=false
#UFW_EXTRA_PORTS=
#WEBPROXY_ENABLED=false
#WEBPROXY_PORT=8888
#WEBPROXY_USERNAME=
#WEBPROXY_PASSWORD=
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ $ docker run --cap-add=NET_ADMIN -d \
-e OPENVPN_CONFIG=France \
-e OPENVPN_USERNAME=user \
-e OPENVPN_PASSWORD=pass \
-e WEBPROXY_ENABLED=false \
-e LOCAL_NETWORK=192.168.0.0/16 \
--log-driver json-file \
--log-opt max-size=10m \
Expand All @@ -40,7 +39,6 @@ services:
- OPENVPN_CONFIG=France
- OPENVPN_USERNAME=user
- OPENVPN_PASSWORD=pass
- WEBPROXY_ENABLED=false
- LOCAL_NETWORK=192.168.0.0/16
cap_add:
- NET_ADMIN
Expand Down Expand Up @@ -72,10 +70,6 @@ The full documentation is available at https://haugene.github.io/docker-transmis
| PUID | **None** |
| PGID | **None** |
| DROP_DEFAULT_ROUTE | **None** |
| WEBPROXY_ENABLED | false |
| WEBPROXY_PORT | 8888 |
| WEBPROXY_USERNAME | **None** |
| WEBPROXY_PASSWORD | **None** |
| HEALTH_CHECK_HOST | google.com |
| LANG | en_US.UTF-8 |
| LANGUAGE | en_US.UTF-8 |
Expand Down

0 comments on commit f0ec423

Please sign in to comment.