mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-05-01 03:30:42 +02:00
Merge branch 'master' of github.com:kianby/hosting
This commit is contained in:
@@ -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}') $@
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user