1
0

🔧 chore(aapanel): rename directory from aaPanel to aapanel

- rename all files and directories to use lowercase naming convention
- update data.yml key from 'aaPanel' to 'aapanel' for consistency
This commit is contained in:
pooneyy
2025-11-13 23:21:05 +08:00
parent 34c438789b
commit 4781851055
6 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
services:
aapanel:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:7800"
- "${HTTP_PORT}:80"
- "${HTTPS_PORT}:443"
- "${PHPMYADMIN_PORT}:888"
- "${SSH_PORT}:22"
- "${FTP_PORT}:21"
volumes:
- aapanel:/www
image: "aapanel/aapanel:lib"
labels:
createdBy: "Apps"
volumes:
aapanel:
networks:
1panel-network:
external: true