mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
10 lines
188 B
YAML
10 lines
188 B
YAML
version: "3.8"
|
|
services:
|
|
bittorrent-tracker:
|
|
image: vimagick/bittorrent-tracker
|
|
init: true
|
|
ports:
|
|
- "8000:8000/tcp"
|
|
- "8000:8000/udp"
|
|
restart: unless-stopped
|