feat: Implement aaPanel Docker deployment support with new guides and configuration files, including a minor port adjustment in the general Docker README.

This commit is contained in:
dyzulk
2026-01-17 03:37:11 +07:00
parent 4968246911
commit d8c1a779b8
5 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ services:
container_name: ${CONTAINER_NAME:-mivo}
restart: unless-stopped
ports:
- "${HOST_IP:-0.0.0.0}:${APP_PORT:-8080}:80"
- "${HOST_IP:-0.0.0.0}:${APP_PORT:-8085}:80"
volumes:
# Database & Sessions
- ${APP_PATH:-.}/mivo_data:/var/www/html/app/Database