You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Based on the official Docker images:
26
26
*[Docker Compose](https://docs.docker.com/compose/release-notes/) version **2.3.4** or newer
27
27
28
28
> **Warning**
29
-
> For running this stack you must use `docker compose up` instead of `docker-compose up` (see [this](https://github.com/BaseMax/ComposeDockerNginxPHP/issues/2))
29
+
> For running this stack you must use `docker compose up` instead of `docker-compose up` (see [this](https://github.com/BaseMax/ComposeDockerNginxPHP/issues/2)).
30
30
>
31
31
> **Note**
32
32
> Especially on Linux, make sure your user has the [required permissions](https://docs.docker.com/engine/install/linux-postinstall/) to interact with the Docker
@@ -113,7 +113,7 @@ The PHPMyAdmin configuration is located in the phpmyadmin directory. The config.
113
113
### How to configure Ansible
114
114
115
115
> **Warning**
116
-
> For now only work in ubuntu servers
116
+
> For now only work in ubuntu servers.
117
117
118
118
Ansible is an open-source software provisioning, configuration management, and application-deployment tool. It is used to automate the management of remote servers, including the installation and configuration of software. If you want deploy this stack on one or more remote servers you must use [ansible playbooj](https://github.com/BaseMax/ComposeDockerNginxPHP/blob/main/ansible/playbook.yml).
119
119
@@ -124,6 +124,9 @@ First you need to add your server information in `hosts.ini` file:
> In order to Playbook work properly, the name of each host must be exactly th IP of the same server.
129
+
127
130
This playbook first install latest version of docker and docker compose on remote servers with add docker GPG key and add Docker Repository to ubuntu server. You must specify ubuntu release in playbook var:
0 commit comments