diff options
author | root <root@itinerariummentis.org> | 2024-06-18 09:37:30 +0000 |
---|---|---|
committer | root <root@itinerariummentis.org> | 2024-06-18 09:37:30 +0000 |
commit | cedb2e2b9b9cd51907989d0ccfb141a748958cd5 (patch) | |
tree | 1c97a7edefb646c8f93067a1f603c2643676b0b8 /docker-compose.yaml | |
parent | 9182a90513e3b0679d4732d10911a488f229578b (diff) |
replace searx with 4get
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index 6038758..6f9332a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -7,7 +7,7 @@ services: restart: unless-stopped environment: - FOURGET_VERSION=6 - - FOURGET_SERVER_NAME=searx.itinerariummentis.org + - FOURGET_SERVER_NAME=4get.itinerariummentis.org ports: - "80:80" |