Fix trailing whitespace

This commit is contained in:
yeasy
2026-03-27 22:20:39 -07:00
parent 67585c8040
commit 63ce0dc3f5
30 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -459,7 +459,7 @@ services:
- mysql_data:/var/lib/mysql
volumes:
mysql_data:
mysql_data:
```
### 11.5.33 其它指令
+3 -3
View File
@@ -18,15 +18,15 @@ flowchart TD
Port8000[":8000"]
Django ~~~ Port8000
end
subgraph DB ["db 服务"]
direction TB
Postgres["PostgreSQL<br/>数据库"]
end
Django -- ":5432" --> Postgres
end
Browser["localhost:8000<br/>(浏览器访问)"]
Port8000 --> Browser
```
+3 -3
View File
@@ -18,15 +18,15 @@ flowchart TD
Port3000[":3000"]
Rails ~~~ Port3000
end
subgraph DB ["db 服务"]
direction TB
Postgres["PostgreSQL<br/>数据库"]
end
Rails -- ":5432" --> Postgres
end
Browser["localhost:3000"]
Port3000 --> Browser
```
+1 -1
View File
@@ -27,7 +27,7 @@ services:
image: mysql:8.0
container_name: wordpress_db
restart: always
command:
command:
# 使用原生密码认证旧版 WP 兼容性
- --default-authentication-plugin=mysql_native_password