From 9e4254817a0661a1b3dee49153f05487af71eac8 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 23 Nov 2024 14:40:00 -0500 Subject: [PATCH] chore: publish 0.1.0+1.9.1 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index e9bdaa9..01a80a8 100644 --- a/compose.yml +++ b/compose.yml @@ -4,7 +4,7 @@ services: # Official ZNC image, requires running with --make-config first #image: znc:1.8.2 # 3rd-party linuxserver image: - image: ghcr.io/linuxserver/znc:1.8.2 + image: ghcr.io/linuxserver/znc:1.9.1 networks: - proxy deploy: @@ -24,7 +24,7 @@ services: - "traefik.tcp.routers.${STACK_NAME}_irc.tls=true" - "traefik.tcp.routers.${STACK_NAME}_irc.entryPoints=irc" - "traefik.tcp.services.${STACK_NAME}_irc.loadbalancer.server.port=6697" - - coop-cloud.${STACK_NAME}.app.version=version-znc-1.8.2-3c7e3605 + - coop-cloud.${STACK_NAME}.app.version=0.1.0+1.9.1 volumes: - "znc_data:/config" networks: