Skip to content

Commit a799e5d

Browse files
committed
日常更新
1 parent fd2ca91 commit a799e5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lnmp/docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ services:
3838
volumes:
3939
- ./data/mysql:/var/lib/mysql
4040
environment:
41-
MYSQL_ROOT_PASSWORD: xyz*#ss134
41+
MYSQL_ROOT_PASSWORD: 123456
42+
MYSQL_USER: "test"
43+
MYSQL_PASSWORD: "test123"
4244
restart: always
4345

4446
redis3.2:

0 commit comments

Comments
 (0)