Updated dockerhub references from andypenno to itzcrazykns1337

This commit is contained in:
Andrew Pennington 2024-08-25 10:45:39 +01:00
parent f6ae79b0b5
commit 5c8287bcbe
No known key found for this signature in database
GPG key ID: E9DA097213FD17EA

View file

@ -10,7 +10,7 @@ services:
restart: unless-stopped
perplexica-backend:
image: docker.io/andypenno/perplexica-backend:latest
image: docker.io/itzcrazykns1337/perplexica-backend:latest
depends_on:
- searxng
ports:
@ -27,7 +27,7 @@ services:
restart: unless-stopped
perplexica-frontend:
image: docker.io/andypenno/perplexica-frontend:latest
image: docker.io/itzcrazykns1337/perplexica-frontend:latest
depends_on:
- perplexica-backend
ports: