mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 05:47:03 +09:00
fixed docker-compose
This commit is contained in:
parent
22c03d6a1a
commit
48d5fffa3b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ generate_etc:
|
||||||
cat etc/network.yml | grep -v '^network:' > tmp/etc/any-sync-coordinator/network.yml
|
cat etc/network.yml | grep -v '^network:' > tmp/etc/any-sync-coordinator/network.yml
|
||||||
|
|
||||||
stop:
|
stop:
|
||||||
docker-compose stop
|
docker compose stop
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
docker system prune --all
|
docker system prune --all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue