diff --git a/docker-compose.yaml b/docker-compose.yaml index 906d379..35f50f2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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 diff --git a/version b/version index f21e5a1..645604f 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.2.13 \ No newline at end of file +0.2.14 \ No newline at end of file