1
0
Fork 0
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:
Kirill 2023-04-27 14:59:51 +00:00 committed by Grigory Efimov
parent c30fc210f0
commit 9c2bceffad

View file

@ -16,7 +16,7 @@ generate_etc:
cat etc/network.yml | grep -v '^network:' > tmp/etc/any-sync-coordinator/network.yml
stop:
docker-compose stop
docker compose stop
clean:
docker system prune --all