commit 9fefcf93034bf19876f3a02471da54f09c81e739 parent 9832f16e724978f71c54636d6256200ee4c200dc Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Mon, 30 Dec 2024 09:39:23 +0100 feat: switch to official docker image Diffstat:
M | docker/docker-compose.yaml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml @@ -3,8 +3,8 @@ services: # ktistec: https://github.com/toddsundsted/ktistec ktistec: - # Use my pre-built images: https://hub.docker.com/r/jv00/ktistec - image: jv00/ktistec:latest + # Use pre-built image: https://github.com/toddsundsted/ktistec/pkgs/container/ktistec + image: ghcr.io/toddsundsted/ktistec:latest # Or build it yourself (it is really easy and only takes a few minutes!) #build: ./ktistec/