v21
All checks were successful
Koori-ERP-Deploy / auto-deploy (push) Successful in 30s

This commit is contained in:
2025-12-31 11:42:03 +08:00
parent 5cfe7d5839
commit 4045dd8c69

View File

@@ -27,8 +27,8 @@ services:
# - mailpit
mysql:
image: 'mysql/mysql-server:8.0'
# ports:
# - '${FORWARD_DB_PORT:-3306}:3306'
ports:
- '${FORWARD_DB_PORT:-3306}:3306'
environment:
MYSQL_ROOT_PASSWORD: '${DB_PASSWORD}'
MYSQL_ROOT_HOST: '%'