mirror of
https://github.com/cloudreve/Cloudreve.git
synced 2025-12-25 15:42:47 +00:00
chore(compose): add aria2 port mapping
This commit is contained in:
parent
678593f30d
commit
440ab775b8
|
|
@ -8,6 +8,8 @@ services:
|
|||
restart: always
|
||||
ports:
|
||||
- 5212:5212
|
||||
- 6888:6888
|
||||
- 6888:6888/udp
|
||||
environment:
|
||||
- CR_CONF_Database.Type=postgres
|
||||
- CR_CONF_Database.Host=postgresql
|
||||
|
|
|
|||
Loading…
Reference in New Issue