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:**
|
**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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue