Merge pull request #2721 from NginxProxyManager/docker-user-group

Docker users and groups, refactor configuration
This commit is contained in:
jc21
2023-03-27 08:19:57 +10:00
committed by GitHub
36 changed files with 967 additions and 892 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'
@ -70,6 +70,8 @@ services:
- ./letsencrypt:/etc/letsencrypt
```
This is the bare minimum configuration required. See the [documentation](https://nginxproxymanager.com/setup/) for more.
3. Bring up your stack by running
```bash