mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 23:35:09 +00:00
Merge pull request #1816 from Rocket-Quack/fix/acme-companion-container-id
fix: Add acme-companion nginx discovery label to nginx-proxy
This commit is contained in:
commit
f0a511879e
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ services:
|
||||||
LETSENCRYPT_HOST: ${NGINX_PROXY_HOSTS:?No NGINX_PROXY_HOSTS set}
|
LETSENCRYPT_HOST: ${NGINX_PROXY_HOSTS:?No NGINX_PROXY_HOSTS set}
|
||||||
|
|
||||||
nginx-proxy:
|
nginx-proxy:
|
||||||
|
labels:
|
||||||
|
com.github.nginx-proxy.nginx: "true"
|
||||||
ports:
|
ports:
|
||||||
- ${HTTP_PUBLISH_PORT:-80}:80
|
- ${HTTP_PUBLISH_PORT:-80}:80
|
||||||
- ${HTTPS_PUBLISH_PORT:-443}:443
|
- ${HTTPS_PUBLISH_PORT:-443}:443
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue