This commit is contained in:
Argonaut Network 2024-07-24 23:42:07 +02:00 committed by GitHub
commit c33abb773e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.