Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1a98536

Browse files
chore(deps): update mysql docker tag to v9.5
1 parent9e27468 commit1a98536

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎docker-compose.test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
depends_on:
66
-bookstack
77
mysql:
8-
image:mysql:9.2
8+
image:mysql:9.5
99
environment:
1010
-MYSQL_ROOT_PASSWORD=secret
1111
-MYSQL_DATABASE=bookstack

‎docker-compose.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
mysql:
3-
image:mysql:9.2
3+
image:mysql:9.5
44
environment:
55
-MYSQL_ROOT_PASSWORD=secret
66
-MYSQL_DATABASE=bookstack

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp