summaryrefslogtreecommitdiff
path: root/compose.example.yaml
diff options
context:
space:
mode:
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: .