fixed auth to use GHCR compose file

This commit is contained in:
Gamosoft 2025-12-18 16:16:22 +01:00
parent e9df7c60e6
commit ba6e1cf095
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ Choose your environment:
**Docker Users:** **Docker Users:**
```bash ```bash
# Docker Compose # Docker Compose with the GHCR compose file
docker-compose exec notediscovery python generate_password.py docker-compose -f docker-compose.ghcr.yml exec notediscovery python generate_password.py
# Or with docker run # Or with docker run
docker exec -it notediscovery python generate_password.py docker exec -it notediscovery python generate_password.py