From 4178e3893f310425e76f6d4515af9e7d0ea36a0a Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 2 Aug 2026 01:51:22 -0500 Subject: update org name --- compose.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compose.example.yaml') diff --git a/compose.example.yaml b/compose.example.yaml index d7c20ea..74e9416 100755 --- a/compose.example.yaml +++ b/compose.example.yaml @@ -4,7 +4,7 @@ services: restart: unless-stopped # Published multi-arch image (linux/amd64, linux/arm64). Pin a release tag # (e.g. :1.3.3) instead of :latest if you want reproducible upgrades. - image: ghcr.io/zerolabsco/skunky-art:latest + image: ghcr.io/krazywarez/skunky-art:latest # To build from this checkout instead, comment out `image:` above and # uncomment the line below, then `docker compose up -d --build`. #build: . -- cgit v1.2.3