diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 8a6f57c..e584dc7 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -22,7 +22,10 @@ services: - "/var/lib/pterodactyl/:/var/lib/pterodactyl/" - "/var/log/pterodactyl/:/var/log/pterodactyl/" - "/tmp/pterodactyl/:/tmp/pterodactyl/" + # Comment out the following line if host is not Ubuntu- or Debian-based distribution - "/etc/ssl/certs:/etc/ssl/certs:ro" + # Uncomment the following if host is RHEL/CentOS/Fedora/other EL + # - "/etc/ssl/certs/ca-certificates.crt:/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt:ro" # you may need /srv/daemon-data if you are upgrading from an old daemon #- "/srv/daemon-data/:/srv/daemon-data/" # Required for ssl if you use let's encrypt. uncomment to use.