1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/bittorrent-tracker/docker-compose.yml
2022-09-02 16:48:33 +08:00

9 lines
160 B
YAML

version: "3.8"
services:
bittorrent-tracker:
image: vimagick/bittorrent-tracker
init: true
ports:
- "8000:8000"
restart: unless-stopped