This commit is contained in:
bvn13 2024-11-12 02:10:05 +03:00
parent 12fc75622e
commit 6a9948ae6c
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
- ${SESSION_FILE}:/mnt/newsmaker.session
- ${CONFIG_FILE}:/mnt/config.json:r
- ${SESSION_FILE}:/mnt/newsmaker.session:Z
secrets:
- tg_app_id
- tg_app_hash

View File

@ -1 +1 @@
0.2.12
0.2.13