Merge pull request #93 from sou1jacker/main

Fix "Read-only file system" and "Permission denied" errors for proxy-secret cache
This commit is contained in:
Alexey 2026-02-16 02:49:25 +03:00 committed by GitHub
commit ddc91c2d66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -5,8 +5,12 @@ services:
restart: unless-stopped
ports:
- "443:443"
# Allow caching 'proxy-secret' in read-only container
working_dir: /run/telemt
volumes:
- ./config.toml:/app/config.toml:ro
- ./config.toml:/run/telemt/config.toml:ro
tmpfs:
- /run/telemt:rw,mode=1777,size=1m
environment:
- RUST_LOG=info
# Uncomment this line if you want to use host network for IPv6, but bridge is default and usually better