Fix can't connect to Skalop in dev inside Docker

This commit is contained in:
Kalle 2026-01-01 20:44:24 +02:00
parent b793cfc422
commit 0ee7abba13

View File

@ -32,6 +32,7 @@ services:
- SKALOP_TOKEN=${SKALOP_TOKEN}
- SESSION_SECRET=${SESSION_SECRET}
- PORT=5900
- NODE_ENV=development
depends_on:
- redis
restart: unless-stopped