Fix: 固定 postgres 版本

This commit is contained in:
凌莞~(=^▽^=) 2023-01-22 12:34:04 +08:00 committed by GitHub
parent 8f65eebf4e
commit cb332f2e9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
# 如果有现成的 Postgresql 实例,可以删除这一小节
postgres:
image: postgres
image: postgres:14-alpine
container_name: postgresql_q2tg
restart: unless-stopped
environment: