Use consistent docker-compose file version in docs

This commit is contained in:
Jamie Curnow
2023-03-22 09:41:19 +10:00
parent 8fdb8ac853
commit 79fedfcea4
3 changed files with 8 additions and 7 deletions

View File

@ -56,7 +56,7 @@ I won't go in to too much detail here but here are the basics for someone new to
2. Create a docker-compose.yml file similar to this:
```yml
version: '3'
version: '3.8'
services:
app:
image: 'jc21/nginx-proxy-manager:latest'