services: 3proxy-ui: build: context: . dockerfile: Dockerfile container_name: 3proxy-ui ports: - "3000:3000" - "1080:1080" - "2080:2080" - "3128:3128" - "8081:8081" environment: PORT: "3000" AUTO_START_3PROXY: "true" THREEPROXY_BINARY: "/usr/local/bin/3proxy" RUNTIME_DIR: "/app/runtime" volumes: - 3proxy-runtime:/app/runtime restart: unless-stopped volumes: 3proxy-runtime: