We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
❓ Question
I am trying to run Apprise as Docker Service using the instructions from https://hub.docker.com/r/caronc/apprise :
services: apprise: image: caronc/apprise:latest secrets: - source: apprise.config.yml target: /config/apprise_config.yml uid: '33' gid: '33' mode: 0770 environment: APPRISE_CONFIG_FILE: /config/apprise_config.yml
How can I get the configuration key (or generate one) for use with curl .
Thanks
The text was updated successfully, but these errors were encountered:
The keys are generated by simply browsing to the webpage:
Sorry, something went wrong.
No branches or pull requests
❓ Question
I am trying to run Apprise as Docker Service using the instructions from https://hub.docker.com/r/caronc/apprise :
services:
apprise:
image: caronc/apprise:latest
secrets:
- source: apprise.config.yml
target: /config/apprise_config.yml
uid: '33'
gid: '33'
mode: 0770
environment:
APPRISE_CONFIG_FILE: /config/apprise_config.yml
How can I get the configuration key (or generate one) for use with curl .
Thanks
The text was updated successfully, but these errors were encountered: