mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 05:47:03 +09:00
Added information on how to use config file
This commit is contained in:
parent
199be204f5
commit
4c9ed0d764
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -7,6 +7,8 @@ generate_config:
|
||||||
|
|
||||||
start: generate_config
|
start: generate_config
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
@echo "Done! Upload your self-hosted network configuration file ${CURDIR}/etc/client.yml into the client app"
|
||||||
|
@echo "See: https://doc.anytype.io/anytype-docs/data-and-security/self-hosting#switching-between-networks"
|
||||||
|
|
||||||
stop:
|
stop:
|
||||||
docker compose stop
|
docker compose stop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue