services: << service_name >>: image: zoraxydocker/zoraxy:latest container_name: << service_name >> environment: - TZ=<< timezone >> volumes: - << appdata_dir >>/<< service_name >>:/opt/zoraxy/config ports: - "<< port >>:8000" - "<< port_http >>:80" - "<< port_https >>:443" restart: unless-stopped