The Pro Edition is merely an enhancement and supplement to the Community Edition, serving to intensify, upgrade, or provide highly personalized features for certain functionalities in the Community Edition.
Thank you for your support and love.
🚀🚀🚀 More Feature 🚀🚀🚀
docker run -it -d --name dpanel --restart=always \
-p 80:80 -p 443:443 -p 8807:8080 -e APP_NAME=dpanel \
-v /var/run/docker.sock:/var/run/docker.sock -v /home/dpanel:/dpanel \
dpanel/dpanel:latest
The lite version removes nginx proxy features, no need to bind ports 80 and 443.
docker run -it -d --name dpanel --restart=always \
-p 8807:8080 -e APP_NAME=dpanel \
-v /var/run/docker.sock:/var/run/docker.sock -v /home/dpanel:/dpanel \
dpanel/dpanel:lite
Tested on Debian and Alpine.
curl -sSL https://dpanel.cc/quick.sh -o quick.sh && sudo bash quick.sh
If this project has helped you and you want me to keep going, please sponsor me and buy me a coffee! Thanks for all the love and support.









