Remove tty and stdin_open options

This commit is contained in:
2026-04-25 02:55:01 +02:00
parent 47ef106ee1
commit 612fa28ec6
-2
View File
@@ -6,8 +6,6 @@ services:
container_name: telegram-scraper container_name: telegram-scraper
user: 1000:1000 user: 1000:1000
restart: unless-stopped restart: unless-stopped
tty: true
stdin_open: true
ports: ports:
- "8080:8080" - "8080:8080"
volumes: volumes: