Fix Docker host binding

This commit is contained in:
Dymas
2026-09-15 15:32:49 +02:00
parent e191bf3b7b
commit a2b26f6680
5 changed files with 8 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@ services:
ports:
- "127.0.0.1:3000:3000"
environment:
HOST: 0.0.0.0
LIBRARY_DIR: /library
DATA_DIR: /data
# Uncomment these to require browser Basic Auth.