chore: 更新docker的postgres版本为18

This commit is contained in:
shaw
2025-12-19 16:42:03 +08:00
parent 23a4cf11c8
commit 078529e51e

View File

@@ -96,7 +96,7 @@ services:
# PostgreSQL Database # PostgreSQL Database
# =========================================================================== # ===========================================================================
postgres: postgres:
image: postgres:15-alpine image: postgres:18-alpine
container_name: sub2api-postgres container_name: sub2api-postgres
restart: unless-stopped restart: unless-stopped
volumes: volumes: