SHOW:
|
|
- or go back to the newest paste.
1 | services: | |
2 | cove: | |
3 | container_name: cove | |
4 | ports: | |
5 | - | - 8080:8080/tcp |
5 | + | - 8080:8080/tcp # web portal |
6 | - | - 42069:42069/tcp |
6 | + | - 42069:42069/tcp # torrent port |
7 | - | - 42069:42069/udp |
7 | + | - 42069:42069/udp # torrent port |
8 | volumes: | |
9 | - | - ./cove:/data |
9 | + | - ./cove:/data # path to where keep data, persistent |
10 | image: anacrolix/cove | |
11 |