Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skylord123 authored and th3-z committed Sep 25, 2019
1 parent 7267c4e commit ce1f1a7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,17 @@ Options can be configured in the config file `magicked_admin.conf`.
- Integer value, configures the `!enforce_dosh` command. The dosh threshold
is the amount of dosh a player can carry before they are kicked by the next
call to `!enforce_dosh`.

Running with Docker
---------------------------

Running with docker is easy. Just issue this command:
```
docker run -it -p 1880:1880 --name kf-magicked-admin -v '<host config folder location>':'/magicked_admin/conf' th3-z/kf-magicked-admin
```
You will need to change `<host config folder location>` to wheverever you want to store your config folder. `/mnt/user/appdata/kf-magicked-admin` is a popular choice for systems running Unraid.

After this command runs the container will exit out and the logs will tell you to setup the config file. Go to your `conf` folder and set things up then run the container again and you are good to go!

Running from Python sources
---------------------------
Expand Down

0 comments on commit ce1f1a7

Please sign in to comment.