mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 05:47:03 +09:00
fixed README.md
This commit is contained in:
parent
b02b70d038
commit
0f3fed82dd
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
||||||
# test stand in docker-compose
|
# test stand in docker-compose
|
||||||
|
|
||||||
## prepare
|
## prepare
|
||||||
* Creating a personal access token - https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
|
* Creating a personal access token, instruction:
|
||||||
|
* go to https://github.com/settings/tokens/
|
||||||
|
* push "generate new token (classic)"
|
||||||
|
minimal permissions "read:packages"
|
||||||
|
|
||||||
* login in ghcr.io:
|
* login in ghcr.io:
|
||||||
```
|
```
|
||||||
echo <you token>| docker login ghcr.io -u <github username> --password-stdin
|
echo <you token>| docker login ghcr.io -u <github username> --password-stdin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue