don't define port

This commit is contained in:
Neil Hanlon
2025-09-06 16:02:23 -04:00
parent 7a6572a7ad
commit 113cda23a4
+1 -1
View File
@@ -16,7 +16,7 @@ services:
- PORT=8080
- FLS_ENDPOINT=http://flaresolverr:8191/v1
ports:
- "8080:8080"
- "8080"
depends_on:
- flaresolverr
restart: unless-stopped