diff options
author | lolcat <will@lolcat.ca> | 2024-06-22 14:00:12 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-06-22 14:00:12 -0400 |
commit | 75003b6617c1a828fb871c3f76da415b3ce0b455 (patch) | |
tree | 8d7cf9400bc924c065df3e310e570f6098cb8585 /docs/docker.md | |
parent | 4e1df70ce6ab311aabc07946ca533deb5ef446d2 (diff) | |
parent | 0b68d6b2a9928d1b9dae389fbf5b95056e678be0 (diff) |
Merge branch 'master' of https://git.lolcat.ca/lolcat/4get
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) |