Merge pull request #312 from TheophileDiot/dev

Fix small typo in autoconf integration
This commit is contained in:
Théophile Diot 2022-09-29 17:36:05 +02:00 committed by GitHub
commit 7860aeab94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -241,7 +241,7 @@ docker run \
Here is the docker-compose equivalent for the BunkerWeb autoconf stack :
```yaml
version: '3'
version: '3.5'
services:
@ -935,4 +935,4 @@ Configuration of BunkerWeb is done by using specific role variables :
| `custom_www` | string | Path of the www directory to upload. | empty value |
| `custom_plugins` | string | Path of the plugins directory to upload. | empty value |
| `custom_www_owner` | string | Default owner for www files and folders. | `nginx` |
| `custom_www_group` | string | Default group for www files and folders. | `nginx` |
| `custom_www_group` | string | Default group for www files and folders. | `nginx` |