From 9be0014efedfbb71d5784699d9e49a9bf2779049 Mon Sep 17 00:00:00 2001 From: technorabilia Date: Mon, 22 Jan 2024 01:26:24 +0000 Subject: [PATCH] Workflow update --- lsio/znc/docker-compose.yaml | 2 +- lsio/znc/docker-run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lsio/znc/docker-compose.yaml b/lsio/znc/docker-compose.yaml index de4cc27..6384e48 100644 --- a/lsio/znc/docker-compose.yaml +++ b/lsio/znc/docker-compose.yaml @@ -17,7 +17,7 @@ services: # specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). - TZ=${TZ:-Europe/Amsterdam} volumes: - # Where local ZNC data is stored. + # Persistent config files - ${BASEDIR:-/volume1/docker}/znc/config:/config ports: # Port ZNC listens on. diff --git a/lsio/znc/docker-run.sh b/lsio/znc/docker-run.sh index 465d724..03c3a0b 100644 --- a/lsio/znc/docker-run.sh +++ b/lsio/znc/docker-run.sh @@ -10,6 +10,6 @@ docker run -d \ -e PGID=${PGID:-100} `# for GroupID` \ -e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \ -p 6501:6501 `# Port ZNC listens on.` \ - -v ${BASEDIR:-/volume1/docker}/znc/config:/config `# Where local ZNC data is stored.` \ + -v ${BASEDIR:-/volume1/docker}/znc/config:/config `# Persistent config files` \ --restart unless-stopped \ ghcr.io/linuxserver/znc