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
2ce54ff706
commit
7ccca6ce35
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 \
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue