diff --git a/network/newt/newt.yaml b/network/newt/newt.yaml index 7e81589..6b3e4ef 100644 --- a/network/newt/newt.yaml +++ b/network/newt/newt.yaml @@ -9,4 +9,12 @@ depends: - configuration: true container: entrypoint: /usr/local/bin/newt + mounts: + # Mount CA root certificates as the endpoints will be signed by Let's Encrypt + - source: /etc/ssl/certs + destination: /etc/ssl/certs + type: bind + options: + - rbind + - ro restart: always