mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 10:09:54 +00:00
Merge pull request #33 from LemmyNet/Nutomic-patch-2
For Ansible, mention that docker_compose plugin needs to be installed
This commit is contained in:
commit
03e002a592
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
This is the same as the [Docker installation](install_docker.md), except that Ansible handles all of it automatically. It also does some extra things like setting up TLS and email for your Lemmy instance.
|
||||
|
||||
First, you need to [install Ansible on your local computer](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) (e.g. using `sudo apt install ansible`) or the equivalent for you platform.
|
||||
First, you need to [install Ansible on your local computer](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html). You also need to install the [docker_compose plugin](https://docs.ansible.com/ansible/latest/collections/community/docker/docker_compose_module.html#id4) for Ansible.
|
||||
|
||||
Then run the following commands on your local computer:
|
||||
|
||||
|
|
Loading…
Reference in a new issue