chore: update port mappings in compose.yml
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
comment:
|
||||
layout: "condensed_header, condensed_files, condensed_footer"
|
||||
hide_project_coverage: TRUE
|
||||
@@ -1,5 +0,0 @@
|
||||
[run]
|
||||
omit =
|
||||
*/site-packages/*
|
||||
*/dist-packages/*
|
||||
your_package_name/tests/*
|
||||
+6
-3
@@ -4,8 +4,11 @@ services:
|
||||
astrbot:
|
||||
image: soulter/astrbot:latest
|
||||
container_name: astrbot
|
||||
ports:
|
||||
- "6180-6200:6180-6200" # mappings description: https://github.com/Soulter/AstrBot/issues/497
|
||||
- "11451:11451"
|
||||
ports: # mappings description: https://github.com/Soulter/AstrBot/issues/497
|
||||
- "6185:6185"
|
||||
- "6195:6195" # optional, wecom default port
|
||||
- "6199:6199" # optional, aiocqhttp default port
|
||||
- "6196:6196" # optional, qq official webhook default port
|
||||
- "11451:11451" # optional, gewechat default port
|
||||
volumes:
|
||||
- ./data:/AstrBot/data
|
||||
|
||||
Reference in New Issue
Block a user