diff --git a/docker-compose.yaml b/docker-compose.yaml index 35f50f2..906d379 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 - - ${SESSION_FILE}:/mnt/newsmaker.session + - ${CONFIG_FILE}:/mnt/config.json:r + - ${SESSION_FILE}:/mnt/newsmaker.session:Z secrets: - tg_app_id - tg_app_hash diff --git a/version b/version index 25cd22b..f21e5a1 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.2.12 \ No newline at end of file +0.2.13 \ No newline at end of file