Workflow update

main
technorabilia 4 months ago
parent fce578616e
commit 049f3d3d30

@ -19,7 +19,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 config is stored.
# Persistent config files
- ${BASEDIR:-/volume1/docker}/apprise-api/config:/config
ports:
# Port for apprise's interface and API.

@ -12,6 +12,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 8000:8000 `# Port for apprise's interface and API.` \
-v ${BASEDIR:-/volume1/docker}/apprise-api/config:/config `# Where config is stored.` \
-v ${BASEDIR:-/volume1/docker}/apprise-api/config:/config `# Persistent config files` \
--restart unless-stopped \
ghcr.io/linuxserver/apprise-api

Loading…
Cancel
Save