diff --git a/README.md b/README.md index 55a1d4f..4298676 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ This action decrypts a repository that has been encrypted with git-crypt, and th * `ssh_user` - Username to use when connecting to the remote host. * `docker_compose_project` - Name of the docker compose project. This will be used as the prefix by docker. * `docker_compose_filename` - The filename of the compose file. Defaults to docker-compose.yml -* `docker_compose_down` - if set to `true`, the action will execute `docker compose down`. +* `action` - defaults to `up`. With `down`, `docker compose down` will be run. +* `swarm_mode` - if true, the project will be deployed as a stack. ## Getting the git crypt key The key can be extracted from an unlocked repository with the following command: