Commit 078529e5 authored by shaw's avatar shaw
Browse files

chore: 更新docker的postgres版本为18

parent 23a4cf11
...@@ -96,7 +96,7 @@ services: ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment