Guest User

Untitled

a guest
Sep 10th, 2024
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. services:
  2. cove:
  3. container_name: cove
  4. ports:
  5. - 8080:8080/tcp # web portal
  6. - 42069:42069/tcp # torrent port
  7. - 42069:42069/udp # torrent port
  8. volumes:
  9. - ./cove:/data # path to where keep data, persistent
  10. image: anacrolix/cove
  11.  
Add Comment
Please, Sign In to add comment