You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
211 B

  1. version: '3'
  2. services:
  3. tinyproxy:
  4. image: travix/tinyproxy:latest
  5. ports:
  6. - "3128:8888"
  7. volumes:
  8. - /etc/docker/compose/tinyproxy/tinyproxy.conf:/etc/tinyproxy.conf:ro
  9. restart: always