feat: 更新 mysql 版本到 8.0.34 (#284)

This commit is contained in:
zhengkunwang 2023-08-01 16:05:45 +08:00 committed by GitHub
parent 4d427a6a12
commit 365d750c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,11 @@
name: Update app version in Renovate Branches
on:
schedule:
- cron: "0 0 * * *"
push:
branches: [ 'renovate/*' ]
branches:
branches: [ 'renovate/*' ]
jobs:
update-app-version:

View File

@ -2,7 +2,7 @@ version: '3'
services:
mysql:
image: mysql:8.0.33
image: mysql:8.0.34
container_name: ${CONTAINER_NAME}
restart: always
environment:

View File

@ -12,7 +12,7 @@ services:
- ./data:/var/www/html
- ./conf/uploads.ini:/usr/local/etc/php/conf.d/uploads.ini
environment:
WORDPRESS_DB_HOST: ${PANEL_DB_HOST}
WORDPRESS_DB_HOST: ${PANEL_DB_HOST}:${PANEL_DB_PORT}
WORDPRESS_DB_NAME: ${PANEL_DB_NAME}
WORDPRESS_DB_USER: ${PANEL_DB_USER}
WORDPRESS_DB_PASSWORD: ${PANEL_DB_USER_PASSWORD}