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}"