summaryrefslogtreecommitdiff
path: root/compose.example.yaml
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-02 01:51:22 -0500
committerChristian Cleberg <[email protected]>2026-08-02 08:30:01 -0500
commit4178e3893f310425e76f6d4515af9e7d0ea36a0a (patch)
tree0c5e576120e5f9554dd0a3dc3563f5f6a094c823 /compose.example.yaml
parent4dd5fd4f747c95cb258ab9a634d48f3eb8f19491 (diff)
downloadskunky-art-4178e3893f310425e76f6d4515af9e7d0ea36a0a.tar.gz
skunky-art-4178e3893f310425e76f6d4515af9e7d0ea36a0a.tar.bz2
skunky-art-4178e3893f310425e76f6d4515af9e7d0ea36a0a.zip
update org name
Diffstat (limited to 'compose.example.yaml')
-rwxr-xr-xcompose.example.yaml2
1 files changed, 1 insertions, 1 deletions
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: .