Fix small typo in autoconf integration

The autoconf integration had the version 3 but the version 3.5 is mandatory if we want to give names to networks.
This commit is contained in:
Théophile Diot 2022-09-29 16:33:12 +01:00 committed by GitHub
parent 5d9dc88cc5
commit cac220023e
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` |