chore: map web to host port 8770 to avoid Quill on 3000
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -22,7 +22,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
DATABASE_URL: ${DATABASE_URL}
|
DATABASE_URL: ${DATABASE_URL}
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
# host:container — host 8770 avoids the Quill app on 3000 (and Lidarr on 8686)
|
||||||
|
- "8770:3000"
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user