diff options
author | throwaway <developerthrowaway@protonmail.com> | 2024-06-19 19:24:01 -0700 |
---|---|---|
committer | throwaway <developerthrowaway@protonmail.com> | 2024-06-19 19:24:01 -0700 |
commit | 5ef7c8b85273001efaa437a7311cfd4946b0c854 (patch) | |
tree | 70f02cb3dedb0f22f8d1817e862c64cde62348ac /docs/docker.md | |
parent | 40da72e8554e9526379397a8c68f2895292a79c2 (diff) |
add documentation
Diffstat (limited to 'docs/docker.md')
-rw-r--r-- | docs/docker.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/docker.md b/docs/docker.md index e56b5ca..6a94197 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -72,7 +72,6 @@ services: image: luuul/4get:latest restart: unless-stopped environment: - - FOURGET_VERSION=6 - FOURGET_PROTO=http - FOURGET_SERVER_NAME=4get.ca @@ -91,7 +90,6 @@ services: image: luuul/4get:latest restart: unless-stopped environment: - - FOURGET_VERSION=6 - FOURGET_PROTO=https - FOURGET_SERVER_NAME=4get.ca @@ -117,7 +115,6 @@ services: image: luuul/4get:latest restart: unless-stopped environment: - - FOURGET_VERSION=6 - FOURGET_PROTO=http - FOURGET_SERVER_NAME=4get.ca - FOURGET_BOT_PROTECTION=1 @@ -140,7 +137,6 @@ services: image: luuul/4get:latest restart: unless-stopped environment: - - FOURGET_VERSION=6 - FOURGET_PROTO=http - FOURGET_SERVER_NAME=4get.ca @@ -150,3 +146,7 @@ services: volumes: - ./banners:/var/www/html/4get/banner ``` + +##### Tor + +You can route incoming and outgoing requests through tor by following [docker tor documentation](./docker_tor.md) |