7 lines
70 B
Bash
7 lines
70 B
Bash
#!/bin/bash
|
|
|
|
# останавл все конт
|
|
|
|
|
|
docker-compose down
|