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

fixed Makefile

add info in README.md
This commit is contained in:
Kirill 2023-04-27 14:16:39 +00:00 committed by Grigory Efimov
parent bbf60b117f
commit c30fc210f0
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
SHELL=/bin/bash
start: generate_etc
docker compose up --build --detach
docker compose up --force-recreate --build --detach
generate_etc:
install -d \

View file

@ -6,6 +6,7 @@
```
echo <you token>| docker login ghcr.io -u <github username> --password-stdin
```
* installing docker and docker compose https://docs.docker.com/compose/install/linux/
## usage
* start stand: