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: