mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-06 15:40:32 +08:00
优化pg 配置
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
d61bed90de
commit
944e71aa40
@ -5,7 +5,7 @@ networks:
|
||||
services:
|
||||
postgresql:
|
||||
image: postgres:16.4-alpine
|
||||
container_name: pg16-alpine-${CONTAINER_NAME}
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
|
@ -5,7 +5,7 @@ networks:
|
||||
services:
|
||||
postgresql:
|
||||
image: postgres:16.4
|
||||
container_name: pg16-${CONTAINER_NAME}
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
|
@ -5,7 +5,7 @@ networks:
|
||||
services:
|
||||
postgresql:
|
||||
image: postgres:17.0-alpine
|
||||
container_name: pg17-alpine-${CONTAINER_NAME}
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
|
@ -5,7 +5,7 @@ networks:
|
||||
services:
|
||||
postgresql:
|
||||
image: postgres:17.0
|
||||
container_name: pg17-${CONTAINER_NAME}
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
|
Loading…
x
Reference in New Issue
Block a user