mirror of
https://github.com/laoxong/nofx.git
synced 2026-06-04 09:58:22 +08:00
Fixed beta codes file mapping
This commit is contained in:
@@ -11,6 +11,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./config.json:/app/config.json:ro
|
- ./config.json:/app/config.json:ro
|
||||||
- ./config.db:/app/config.db
|
- ./config.db:/app/config.db
|
||||||
|
- ./beta_codes.txt:/app/beta_codes.txt:ro
|
||||||
- ./decision_logs:/app/decision_logs
|
- ./decision_logs:/app/decision_logs
|
||||||
- ./prompts:/app/prompts
|
- ./prompts:/app/prompts
|
||||||
- /etc/localtime:/etc/localtime:ro # Sync host time
|
- /etc/localtime:/etc/localtime:ro # Sync host time
|
||||||
|
|||||||
Reference in New Issue
Block a user