This commit is contained in:
bvn13 2024-11-12 02:15:51 +03:00
parent 6a9948ae6c
commit 14f91fc512
2 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ services:
- TG_APP_HASH=${TG_APP_HASH}
restart: always
volumes:
- ${CONFIG_FILE}:/mnt/config.json:r
- ${SESSION_FILE}:/mnt/newsmaker.session:Z
- ${CONFIG_FILE}:/mnt/config.json
- ${SESSION_FILE}:/mnt/newsmaker.session
secrets:
- tg_app_id
- tg_app_hash

View File

@ -1 +1 @@
0.2.13
0.2.14