chore(compose): add aria2 port mapping

pull/2499/merge
Aaron Liu 2025-09-23 09:53:31 +08:00
parent 678593f30d
commit 440ab775b8
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ services:
restart: always restart: always
ports: ports:
- 5212:5212 - 5212:5212
- 6888:6888
- 6888:6888/udp
environment: environment:
- CR_CONF_Database.Type=postgres - CR_CONF_Database.Type=postgres
- CR_CONF_Database.Host=postgresql - CR_CONF_Database.Host=postgresql