mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-30 21:55:27 +00:00
Fix trailing whitespace
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user