fix: use correct scrapy-ui image tag :main

Changed image tag from :latest to :main for ghcr.io/valknarness/scrapy-ui

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-05 06:16:49 +01:00
parent 6df2de5bb2
commit d94daedeef

View File

@@ -55,7 +55,7 @@ services:
- compose_network
scrapy_ui:
image: ${SCRAPY_UI_IMAGE:-ghcr.io/valknarness/scrapy-ui:latest}
image: ${SCRAPY_UI_IMAGE:-ghcr.io/valknarness/scrapy-ui:main}
container_name: ${SCRAPY_COMPOSE_PROJECT_NAME}_ui
restart: unless-stopped
environment: