wings icon indicating copy to clipboard operation
wings copied to clipboard

Comment out the CA cert mounting from the docker-compose.example.yml

Open danny6167 opened this issue 1 week ago • 0 comments

This PR comments out the CA cert mount in the example docker compose file as the wings image is built on distroless and already includes a functioning CA cert bundle in the image. This will make the image work properly no matter how the underlying OS has their cert bundling setup.

This was originally added back when the wings image was based on alpine and had a missing or outdated CA cert bundle.

Ref https://github.com/pterodactyl/panel/issues/3096 and https://github.com/pterodactyl/wings/pull/154

danny6167 avatar Jul 01 '24 22:07 danny6167