mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
Update mysql Docker tag
This commit is contained in:
parent
518b83c1ca
commit
c9c9a2d0b1
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:8.0.40
|
image: mysql:8.0.42
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:8.4.3
|
image: mysql:8.4.5
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
|
@ -16,7 +16,7 @@ services:
|
|||||||
- MYSQL_PASSWORD=${PANEL_DB_USER_PASSWORD}
|
- MYSQL_PASSWORD=${PANEL_DB_USER_PASSWORD}
|
||||||
- MYSQL_ROOT_PASSWORD=${MYSQL_PASSWORD}
|
- MYSQL_ROOT_PASSWORD=${MYSQL_PASSWORD}
|
||||||
command: --character-set-server=utf8 --collation-server=utf8_bin --default-authentication-plugin=mysql_native_password
|
command: --character-set-server=utf8 --collation-server=utf8_bin --default-authentication-plugin=mysql_native_password
|
||||||
image: mysql:8.0.36
|
image: mysql:8.4.5
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ services:
|
|||||||
- MYSQL_PASSWORD=${PANEL_DB_USER_PASSWORD}
|
- MYSQL_PASSWORD=${PANEL_DB_USER_PASSWORD}
|
||||||
- MYSQL_ROOT_PASSWORD=${MYSQL_PASSWORD}
|
- MYSQL_ROOT_PASSWORD=${MYSQL_PASSWORD}
|
||||||
command: --character-set-server=utf8 --collation-server=utf8_bin --default-authentication-plugin=mysql_native_password
|
command: --character-set-server=utf8 --collation-server=utf8_bin --default-authentication-plugin=mysql_native_password
|
||||||
image: mysql:8.0.33
|
image: mysql:8.4.5
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user