From 98e32ecc26a050c2e5d4e8d519a0782493777e19 Mon Sep 17 00:00:00 2001 From: Tha14 Date: Mon, 16 Jan 2023 01:29:06 +0200 Subject: [PATCH] docs: update README.md to reflect new changes --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2bf4b8..99c4f44 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Run UAM in a Docker container -[![run-docker-compose-workflow](https://github.com/Tha14/uam-docker/actions/workflows/push.yml/badge.svg)](https://github.com/Tha14/uam-docker/actions/workflows/push.yml) +[![Donate CRP](https://img.shields.io/badge/Donate-CRP-blue.svg)](https://cutt.ly/C2MoaCU) [![run-docker-compose-workflow](https://github.com/Tha14/uam-docker/actions/workflows/push.yml/badge.svg)](https://github.com/Tha14/uam-docker/actions/workflows/push.yml) +##### If you find this project helpful you are welcome to make a donation. ## How to use: ### Single UAM instance @@ -25,3 +26,5 @@ 3. Make sure you port forward manually as upnp will most likely not work. 4. You can adjust the maximum upload and download bandwidth of uam by changing the `NETLIMUP` and `NETLIMDOWN` env variables. 5. I suggest using [lazydocker](https://github.com/jesseduffield/lazydocker) to control and see the status of your containers. +6. You can disable wondershaper(traffic shaping) if you're experiencing problems by setting `ENABLE_WONDERSHAPER` to `false`. +