1
0
Fork 0
mirror of https://github.com/anyproto/any-sync-dockercompose.git synced 2025-06-08 14:07:02 +09:00

add README.md

This commit is contained in:
Grigory Efimov 2023-03-19 08:36:48 +00:00 committed by Mikhail Iudin
parent 91d7efe8b2
commit c03b3c000f
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0

View file

@ -1 +1,10 @@
# # test stand in docker-compose
## prepare
* Creating a personal access token - https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
* login in ghcr.io: ```echo <you token>| docker login ghcr.io -u <github username> --password-stdin```
## usage
* start stand: ```make start```
* stop stand: ```make stop```
* clean unused objects: ```make clean```