Workflow update

main
technorabilia 4 months ago
parent f66c453528
commit 9be0014efe

@ -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). # specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
- TZ=${TZ:-Europe/Amsterdam} - TZ=${TZ:-Europe/Amsterdam}
volumes: volumes:
# Where local ZNC data is stored. # Persistent config files
- ${BASEDIR:-/volume1/docker}/znc/config:/config - ${BASEDIR:-/volume1/docker}/znc/config:/config
ports: ports:
# Port ZNC listens on. # Port ZNC listens on.

@ -10,6 +10,6 @@ docker run -d \
-e PGID=${PGID:-100} `# for GroupID` \ -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).` \ -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.` \ -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 \ --restart unless-stopped \
ghcr.io/linuxserver/znc ghcr.io/linuxserver/znc

Loading…
Cancel
Save