Fix grammar

This commit is contained in:
Baohua Yang
2026-02-17 22:17:02 -08:00
parent 23aee62c05
commit bf71e1b247
62 changed files with 117 additions and 161 deletions

View File

@@ -183,8 +183,10 @@ services:
image: postgres:15
volumes:
# 命名卷(推荐)
- postgres_data:/var/lib/postgresql/data
# Bind Mount
- ./init.sql:/docker-entrypoint-initdb.d/init.sql
volumes: