Workflow update

main
technorabilia 3 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).
- 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.

@ -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

Loading…
Cancel
Save