mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-10 04:19:24 +02:00
9 lines
160 B
YAML
9 lines
160 B
YAML
version: "3.8"
|
|
services:
|
|
bittorrent-tracker:
|
|
image: vimagick/bittorrent-tracker
|
|
init: true
|
|
ports:
|
|
- "8000:8000"
|
|
restart: unless-stopped
|