Merge 7f37c6dbe5
into 79cd0c5294
This commit is contained in:
commit
52a9c0d9b9
3 changed files with 8 additions and 8 deletions
|
@ -66,8 +66,8 @@ services:
|
||||||
- '81:81'
|
- '81:81'
|
||||||
- '443:443'
|
- '443:443'
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- /srv/nginx-proxy-manager/data:/data
|
||||||
- ./letsencrypt:/etc/letsencrypt
|
- /srv/nginx-proxy-manager/letsencrypt:/etc/letsencrypt
|
||||||
```
|
```
|
||||||
|
|
||||||
This is the bare minimum configuration required. See the [documentation](https://nginxproxymanager.com/setup/) for more.
|
This is the bare minimum configuration required. See the [documentation](https://nginxproxymanager.com/setup/) for more.
|
||||||
|
|
|
@ -121,8 +121,8 @@ services:
|
||||||
# Uncomment this if IPv6 is not enabled on your host
|
# Uncomment this if IPv6 is not enabled on your host
|
||||||
# DISABLE_IPV6: 'true'
|
# DISABLE_IPV6: 'true'
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- /srv/nginx-proxy-manager/data:/data
|
||||||
- ./letsencrypt:/etc/letsencrypt
|
- /srv/nginx-proxy-manager/letsencrypt:/etc/letsencrypt
|
||||||
secrets:
|
secrets:
|
||||||
- MYSQL_PWD
|
- MYSQL_PWD
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
@ -28,8 +28,8 @@ services:
|
||||||
# DISABLE_IPV6: 'true'
|
# DISABLE_IPV6: 'true'
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- /srv/nginx-proxy-manager/data:/data
|
||||||
- ./letsencrypt:/etc/letsencrypt
|
- /srv/nginx-proxy-manager/letsencrypt:/etc/letsencrypt
|
||||||
```
|
```
|
||||||
|
|
||||||
Then:
|
Then:
|
||||||
|
@ -73,8 +73,8 @@ services:
|
||||||
# Uncomment this if IPv6 is not enabled on your host
|
# Uncomment this if IPv6 is not enabled on your host
|
||||||
# DISABLE_IPV6: 'true'
|
# DISABLE_IPV6: 'true'
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- /srv/nginx-proxy-manager/data:/data
|
||||||
- ./letsencrypt:/etc/letsencrypt
|
- /srv/nginx-proxy-manager/letsencrypt:/etc/letsencrypt
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue