summaryrefslogtreecommitdiff
path: root/Applications/Services/bore/docker-compose.yml
blob: d693478d8d4c53854fcc428917071e42f6fa408b (plain)
1
2
3
4
5
6
7
8
9
10
version: "3"

services:
  bore:
    image: ekzhang/bore
    restart: unless-stopped
    ports:
      - "7835:7835"
      - "${MIN_PORT}-${MAX_PORT}:${MIN_PORT}-${MAX_PORT}"
    command: server --min-port=${MIN_PORT} --max-port=${MAX_PORT} --secret="${SECRET}"