CoolFace
Apppublic

sdv2500/progettojava

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
docker-compose.yml15 linesDownload Raw Back to root
1services:  2  EasyProxy:3    build: https://github.com/nzo66/EasyProxy.git#main4    container_name: EasyProxy5    restart: unless-stopped6    ports:7      - '${PORT:-7860}:${PORT:-7860}' #modifica la variabile "PORT" per cambiare la porta8    environment:9      - API_PASSWORD=ep      #qui inserisci la tua password personalizzata10      - PORT=786011      # VARIABILI OPZIONALI12      #- GLOBAL_PROXY=13      #- VAVOO_PROXY=14      #- DLHD_PROXY=15