whataboutno13Original post
Rank 3: Container
Hi there,
How can I add an ca-certificate to docker? I've found some solutions that modify the dockerfile, but with that I would have handle the dockerfile again with every update I would make on appwrite correct? Is there another way or would you recommend using the dockerfile modification?
Cheers :appwritecheers:
Summary
Developers can add a custom CA certificate to Docker by utilizing `docker-compose.override.yml` to make the necessary changes without modifying the Dockerfile. This approach avoids the need to handle the Dockerfile again with every app update. Cheers <:appwritecheers:892495536823861258>