Fixed invalid idention which cause build error to enable copy paste

Chris 2025-05-18 21:39:54 +02:00
parent 92fc706466
commit 17316328c3

@ -35,20 +35,20 @@ services:
restart: unless-stopped restart: unless-stopped
ports: ports:
- 80:80 - 88:80
- 443:443 - 443:443
- 8005:8000/tcp - 8005:8000/tcp
volumes: volumes:
- ./config:/opt/zoraxy/config/ - ./config:/opt/zoraxy/config/
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
environment: environment:
PORT: "8000" PORT: "8000"
FASTGEOIP: "true" FASTGEOIP: "true"
networks: networks:
zoraxynet: zoraxynet:
networks: networks: