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
I created a docker container with the following docker compose
services: podfetch: image: samuel19982/podfetch:latest container_name: PodFetch user: 1026:100 ports: - 4135:8000 volumes: - /volume1/docker/podfetch/podcasts:/app/podcasts:rw - /volume1/docker/podfetch/db:/app/db:rw environment: - POLLING_INTERVAL=300 - SERVER_URL=https://podfetch.beispiel.dynv6.net/ - DATABASE_URL=sqlite:///app/db/podcast.db - BASIC_AUTH=true - USERNAME=Felix - PASSWORD=L#xmUgqw$Wi9&F@H - GPODDER_INTEGRATION_ENABLED=true restart: unless-stopped
When I try to login I got this message:
Then I found out that e.g. this password d34gtfcw4g2fv was ok.
Use as login-password L#xmUgqw$Wi9&F@H in the docker compose
Synology NAS DSM 7.2 with Docker
npm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I created a docker container with the following docker compose
When I try to login I got this message:
Then I found out that e.g. this password d34gtfcw4g2fv was ok.
Reproduction
Use as login-password L#xmUgqw$Wi9&F@H in the docker compose
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: