Skip to content

Commit 6e2de0e

Browse files
committed
fix: Change telegram-service from ports to expose for better network isolation
1 parent 279fcbb commit 6e2de0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ services:
44
telegram-service:
55
build: .
66
container_name: telegram-service
7-
ports:
8-
- "8000:8000"
7+
expose:
8+
- 8000
99
environment:
1010
- TELEGRAM_API_ID=${TELEGRAM_API_ID}
1111
- TELEGRAM_API_HASH=${TELEGRAM_API_HASH}

0 commit comments

Comments
 (0)