docker-synapse.minervajuppiter.net

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 2292e61df90774a72c306db57ae1db80d934b6ed
parent 8e9c5987d61fb294f416ce75ae44ce99fff95c2a
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Mon,  9 Feb 2026 18:15:28 +0900

Change image reference for tuwunel service
Diffstat:
Mdocker-compose.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose.yaml b/docker-compose.yaml @@ -1,6 +1,6 @@ services: tuwunel: - image: ghcr.io/tuwunel/tuwunel:latest + image: ghcr.io/jevolk/tuwunel:latest restart: unless-stopped volumes: - ./tuwunel-data:/var/lib/tuwunel