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:
Grigory Efimov 2023-04-27 14:59:51 +00:00 committed by Mikhail Iudin
parent 22c03d6a1a
commit 48d5fffa3b
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0

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