mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
11 lines
No EOL
187 B
YAML
11 lines
No EOL
187 B
YAML
---
|
|
version: "2.1"
|
|
services:
|
|
autobrr:
|
|
image: autobrr:dev
|
|
container_name: autobrr
|
|
volumes:
|
|
- ./config:/config
|
|
ports:
|
|
- "7474:7474"
|
|
restart: unless-stopped |