# Adding Packages

When using the Auto Docker Install method, packages can be added by directly modifying the generated Docker Compose file. For example, adding SSO or LDAP support.

To modify your Keeper Connection Manager environment, you'll need to edit the `docker-compose.yml` file located here:

**`/etc/kcm-setup/docker-compose.yml`**

**Applying Configuration Changes**

The kcm-setup.run script has an `apply` feature which allows you to apply configuration changes without updating the containers. From the Linux command line, update to the latest installer script using the curl command.

```
curl -O https://keepersecurity.com/kcm/kcm-setup.run
```

Apply the changes

```
sudo ./kcm-setup.run apply
```

**Update and Restart the Containers**

To update the environment, use the `kcm-setup.run upgrade` command to update the containers and start with the latest configuration:

```
sudo ./kcm-setup.run stop
sudo ./kcm-setup.run upgrade
```

or.....

```
sudo su
cd /etc/kcm-setup/
docker-compose -p kcm up -d
```

![](/files/EZx9E3BAeEe1FOW5R6BR)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/keeper-connection-manager/installation/auto-docker-install/adding-packages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
