mirror of
https://github.com/pinry/pinry.git
synced 2026-01-23 07:42:36 +01:00
Doc: Add more detail info for docker password update
This commit is contained in:
@@ -8,5 +8,8 @@ passwords involves:
|
|||||||
- Login to your admin panel `{your_website_url}/admin/`
|
- Login to your admin panel `{your_website_url}/admin/`
|
||||||
- Go to the users section, select the user, change their password.
|
- Go to the users section, select the user, change their password.
|
||||||
|
|
||||||
Note: If you use that command to create superuser **inside docker**, please add `--settings=pinry.settings.docker`
|
## Inside Docker
|
||||||
to command like, just like `python manage.py createsuperuser --settings=pinry.settings.docker`
|
If you use that command to create superuser **inside docker**,
|
||||||
|
you could first exec to docker via command like
|
||||||
|
`docker exec -it <container-id> bash` and then use
|
||||||
|
`python manage.py createsuperuser --settings=pinry.settings.docker`
|
||||||
|
|||||||
Reference in New Issue
Block a user