From 17316328c3d8e0618d85d7f85033e5b64ae19374 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 18 May 2025 21:39:54 +0200 Subject: [PATCH] Fixed invalid idention which cause build error to enable copy paste --- Zoraxy-in-Docker-with-Portainer-and-Nginx-as-examples.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Zoraxy-in-Docker-with-Portainer-and-Nginx-as-examples.md b/Zoraxy-in-Docker-with-Portainer-and-Nginx-as-examples.md index 7bd2271..ad7d876 100644 --- a/Zoraxy-in-Docker-with-Portainer-and-Nginx-as-examples.md +++ b/Zoraxy-in-Docker-with-Portainer-and-Nginx-as-examples.md @@ -35,20 +35,20 @@ services: restart: unless-stopped ports: - - 80:80 + - 88:80 - 443:443 - 8005:8000/tcp - volumes: + volumes: - ./config:/opt/zoraxy/config/ - /var/run/docker.sock:/var/run/docker.sock - /etc/localtime:/etc/localtime:ro - environment: + environment: PORT: "8000" FASTGEOIP: "true" - networks: + networks: zoraxynet: networks: