From 6b60adfb3864f4c3f61a8304baf7019279e4894f Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 10 Apr 2016 22:38:56 +0200 Subject: [PATCH] Remove need to add SYS_NICE capability from readme. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 89da6e5..5559988 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This is the Docker image that contains everything necessary to run Icedream's TS Note that you can generate the URL for `ts3-server` using your TS3 client via Extras > Invite friend, select the checkbox "Channel" and select "ts3server link" as invitation type. 4. Generate an identity in your TeamSpeak3 client (Settings > Identities > Add), set the nickname to the nickname you want the bot to have and optionally increase the security level to the level needed for your bot to join the server. 5. Export the identity you just generated via the "Export" button. Save it as `identity.ini` and put it into your configuration folder from earlier. You can now delete the identity from your TS3 client. -6. Now set up a container with your configuration folder mounted at `/config`. The command for this would be: `docker run -d -v ":/config:ro" --cap-add SYS_NICE icedream/ts3bot` +6. Now set up a container with your configuration folder mounted at `/config`. The command for this would be: `docker run -d -v ":/config:ro" icedream/ts3bot` Alternatively instead of running a `docker` command you can use [Docker Compose](https://docs.docker.com/compose/). A typical `docker-compose.yml` for this would be: @@ -53,8 +53,6 @@ bot: image: icedream/ts3bot volume: - ":/config:ro" - cap_add: - - SYS_NICE ``` ## Source code