mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 05:47:03 +09:00
Update README.md
This commit is contained in:
parent
a726edfdb5
commit
d5539285f8
1 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,14 @@ Self-host for any-sync, designed for review and testing purposes.
|
|||
```
|
||||
make start
|
||||
```
|
||||
If for some reason you do not have the make utility or you are a Windows user, use the following commands:
|
||||
```
|
||||
# Generate config
|
||||
docker build -t generateconfig -f Dockerfile-generateconfig .
|
||||
docker run --rm -v ${PWD}/etc:/opt/processing/etc --name any-sync-generator generateconfig
|
||||
# Run containers
|
||||
docker compose up -d
|
||||
```
|
||||
* stop stand:
|
||||
```
|
||||
make stop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue