Workflow: Change MySQL Port

This commit is contained in:
Refringe 2024-09-11 17:00:28 -04:00
parent d4c62817f1
commit 945062d6f1
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -14,7 +14,7 @@ jobs:
MYSQL_PASSWORD: password MYSQL_PASSWORD: password
MYSQL_ROOT_PASSWORD: password MYSQL_ROOT_PASSWORD: password
ports: ports:
- 3306:3306 - 33306:3306
steps: steps:
- name: Ready MySQL connection - name: Ready MySQL connection