fix(security): correct crowdsec-web-ui image typo — thebluffman85 -> theduffman85
Image ghcr.io/thebluffman85/crowdsec-web-ui:latest never existed (typo in org name). Correct upstream project is TheDuffman85/crowdsec-web-ui on GitHub. Fixed to ghcr.io/theduffman85/crowdsec-web-ui:latest. Deployed and verified live on docker-2 prior to this commit: - security_crowdsec-web-ui now pulls successfully and is Running - Host(`secure.bryanmail.net`) rule intact, all CROWDSEC_* env vars correct - security_crowdsec unaffected, still running
This commit is contained in:
@@ -32,7 +32,7 @@ services:
|
|||||||
memory: 512M
|
memory: 512M
|
||||||
|
|
||||||
crowdsec-web-ui:
|
crowdsec-web-ui:
|
||||||
image: ghcr.io/thebluffman85/crowdsec-web-ui:latest
|
image: ghcr.io/theduffman85/crowdsec-web-ui:latest
|
||||||
environment:
|
environment:
|
||||||
CROWDSEC_API_URL: http://crowdsec:8080
|
CROWDSEC_API_URL: http://crowdsec:8080
|
||||||
CROWDSEC_API_KEY: ${CROWDSEC_API_KEY}
|
CROWDSEC_API_KEY: ${CROWDSEC_API_KEY}
|
||||||
|
|||||||
Reference in New Issue
Block a user