Update README.md
This commit is contained in:
parent
ebbb1b37c2
commit
3f2d430cd3
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -1 +1,12 @@
|
||||||
# Hosting
|
# Hosting
|
||||||
|
|
||||||
|
My server installation recipes.
|
||||||
|
|
||||||
|
Inspired from https://github.com/tomMoulard/make-my-server
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker-compose ()
|
||||||
|
{
|
||||||
|
/usr/local/bin/docker-compose $(find -name 'docker-compose*.yml' -type f -printf '%p\t%d\n' 2>/dev/null | sort -n -k2 | cut -f 1 | awk '{print "-f "$0}') $@
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue