passbolt / passbolt_help

Passbolt help has been moved to: https://github.com/passbolt/passbolt-docs
https://github.com/passbolt/passbolt-docs
GNU Affero General Public License v3.0
53 stars 182 forks source link

Update docker and traefik config #66

Closed dzschille closed 2 years ago

dzschille commented 2 years ago

Update docker and traefik config to prevent error with the acme.json file. With the old config traefik would create an directory named acme.json which doesn't work out. See here for details: https://williamhayes.medium.com/traefik-letsencrypt-and-acme-json-configuration-problems-5780c914351d

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

AnatomicJC commented 2 years ago

Hi @dzschille 👋

Thanks for reporting this 👍 You are right, when you start from scratch, acme.json doesn't exists and docker-compose creates an empty directory. I personnaly use this solution on my own server and I didn't noticed it as this file already existed.

I created an internal ticket referenced under id PB-14255 and will merge it asap.

Cheers,