fixed auth to use GHCR compose file
This commit is contained in:
parent
e9df7c60e6
commit
ba6e1cf095
|
|
@ -56,8 +56,8 @@ Choose your environment:
|
|||
**Docker Users:**
|
||||
|
||||
```bash
|
||||
# Docker Compose
|
||||
docker-compose exec notediscovery python generate_password.py
|
||||
# Docker Compose with the GHCR compose file
|
||||
docker-compose -f docker-compose.ghcr.yml exec notediscovery python generate_password.py
|
||||
|
||||
# Or with docker run
|
||||
docker exec -it notediscovery python generate_password.py
|
||||
|
|
|
|||
Loading…
Reference in New Issue