diff --git a/Docker/Docker-Compose/CashFab/README.md b/Docker/Docker-Compose/CashFab/README.md index 14a797a..7bde72d 100644 --- a/Docker/Docker-Compose/CashFab/README.md +++ b/Docker/Docker-Compose/CashFab/README.md @@ -1,4 +1,4 @@ -# CaseFab +# CashFab This containers are for use with the [Pawns.app](https://pawns.app/?r=1321201) and [Honeygain](https://r.honeygain.me/AROY4170ED) services. diff --git a/README.md b/README.md index 04eeac8..e36f2c9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ This repo holds most of my random small scripts, configs, paws(blobs) * [Materials](#materials) * [Clas Ohlsson's PLA](#clas-ohlsson-s-pla) * [Tmux](#tmux) +* [Docker](#docker) + * [Docker Compose](#docker-compose) * [Python Scripts](#python-scripts) * [rename_backslash.py](#rename_backslash-py) * [Shell Scripts](#shell-scripts) @@ -38,7 +40,13 @@ My tmux config file. Some note worthy changes are: * `r` for quick reloading the config * higher history limit * `alt + arrow keys` to quickly change active panel - + +## Docker + +### Docker Compose + +README's are in there respectively docker compose folders + ## [Python Scripts](PythonScripts/)