mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-17 21:25:47 +02:00
Fixed known bugs Panel Feature Modification Points to note after updating the panel: 1. The default port of the panel is changed to 7800 (Port 8888 has been flooded) 2. Panel entry error will prompt 404 3. After the panel is bound to the domain name, if the domain access is not used,it will return 401 4. After the panel is set to authorize IP access, other IP access panels will return 401 5. The website welcome page is changed to the nginx welcome page 6. Change the stop page to Nginx 404 page
29 lines
830 B
Markdown
29 lines
830 B
Markdown
#aaPanel Docker Deployment
|
|
The docker image is officially released by aaPanel
|
|
|
|
Maintained by: [aaPanel](https://www.aapanel.com)
|
|
|
|
|
|
|
|
##How to use
|
|
|
|
`$docker run -d -p 8886:8888 -p 22:21 -p 443:443 -p 80:80 -p 889:888 -v ~/website_data:/www/wwwroot -v ~/mysql_data:/www/server/data -v ~/vhost:/www/server/panel/vhost aapanel/aapanel:lib`
|
|
|
|
Now you can access aaPanel at http://youripaddress:8886/ from your host system.
|
|
|
|
Default username:`aapanel`
|
|
|
|
Default password:`aapanel123`
|
|
|
|
####Port usage analysis
|
|
Control Panel : 8888
|
|
Phpmyadmin : 888
|
|
|
|
####Dir usage analysis
|
|
Website data : /www/wwwroot
|
|
Mysql data : /www/server/data
|
|
Vhost file : /www/server/panel/vhost
|
|
|
|
**Note: after the deployment is complete, please immediately modify the user name and password in the panel settings and add the installation entry**
|
|
|