1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/bittorrent-tracker/docker-compose.yml

10 lines
188 B
YAML
Raw Normal View History

2022-09-02 08:48:33 +00:00
version: "3.8"
services:
bittorrent-tracker:
image: vimagick/bittorrent-tracker
init: true
ports:
2022-10-18 11:42:59 +00:00
- "8000:8000/tcp"
- "8000:8000/udp"
2022-09-02 08:48:33 +00:00
restart: unless-stopped