Docker fixes

This commit is contained in:
2026-05-23 22:56:11 -07:00
parent ecc3e7731c
commit cd7caafec7
3 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ services:
- ./config.ini:/usr/src/app/config.ini
- ./database.db:/usr/src/app/database.db
- ./tdata:/usr/src/app/tdata
- ./sql:/usr/src/app/sql
ports:
- "23000:23000"
- "23001:23001"