Skip to content

Noting cached persistently #176

Description

@Alsan

Hello, I'm trying to build a "Download server" for our offline development environment by using polipo and docker. I've setup the polipo in my own notbook to test the ability of polipo, so far the cache ability is great, but I can't see any download object persist in the cached folder, so what's wrong with my config?

version: "3.8"

services:
  polipo:
    image: vimagick/polipo
    container_name: polipo
    hostname: polipo
    restart: unless-stopped
    command:
      cacheIsShared=false
      socksParentProxy=172.17.0.1:10808
      socksProxyType=socks5
      chunkHighMark=819200
      objectHighMark=128
      pmmFirstSize=16384
      pmmSize=8192
      logLevel=0xFF
    ports:
      - 8123:8123/tcp
    volumes:
      - polipo-cache:/var/cache/polipo:rw
      - polipo-www:/usr/share/polipo/www:ro
    networks:
      - polipo

volumes:
  polipo-cache:
  polipo-www:

networks:
  polipo:
    driver: bridge

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions