mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
fix: Add label for acme discovery to nginx-proxy
This commit is contained in:
parent
7325c316b8
commit
38d96e1d95
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ services:
|
|||
LETSENCRYPT_HOST: ${NGINX_PROXY_HOSTS:?No NGINX_PROXY_HOSTS set}
|
||||
|
||||
nginx-proxy:
|
||||
labels:
|
||||
com.github.nginx-proxy.nginx: "true"
|
||||
ports:
|
||||
- ${HTTP_PUBLISH_PORT:-80}:80
|
||||
- ${HTTPS_PUBLISH_PORT:-443}:443
|
||||
|
|
|
|||
Loading…
Reference in a new issue