diff options
author | terminaldweller <devi@terminaldweller.com> | 2025-05-01 20:55:00 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2025-05-01 20:55:00 +0000 |
commit | 137e164d028a18a9f4f251e2250553a6a3524d6c (patch) | |
tree | b64225aee59912587b5477532606d78565b88e7c /docker-compose.yaml | |
parent | using nginx as reverse proxy now (diff) | |
download | icanhazallips-137e164d028a18a9f4f251e2250553a6a3524d6c.tar.gz icanhazallips-137e164d028a18a9f4f251e2250553a6a3524d6c.zip |
added the proxy protocol to the server
Diffstat (limited to '')
-rw-r--r-- | docker-compose.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index 15b75f7..22f5dd0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,4 +1,3 @@ -version: "3" services: icanhazallips: image: icanhazallips |