fix: bind admin port to all interfaces instead of localhost only

Allows access from LAN (192.168.2.x:3001) in addition to Tor onion address.
This commit is contained in:
NW
2026-06-24 15:16:35 +01:00
parent 6aa7980ddf
commit ee8c75066c

View File

@@ -6,7 +6,7 @@ services:
hostname: telegram_shop_prod
container_name: telegram_shop_prod
ports:
- "127.0.0.1:3001:3001"
- "3001:3001"
restart: unless-stopped
volumes:
- ./db:/app/db/