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:
parent
bbf60b117f
commit
c30fc210f0
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
SHELL=/bin/bash
|
SHELL=/bin/bash
|
||||||
|
|
||||||
start: generate_etc
|
start: generate_etc
|
||||||
docker compose up --build --detach
|
docker compose up --force-recreate --build --detach
|
||||||
|
|
||||||
generate_etc:
|
generate_etc:
|
||||||
install -d \
|
install -d \
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
```
|
```
|
||||||
echo <you token>| docker login ghcr.io -u <github username> --password-stdin
|
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
|
## usage
|
||||||
* start stand:
|
* start stand:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue