1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-27 03:04:59 +08:00

优化pg 配置

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
Meng Sen 2024-10-30 13:40:02 +08:00
parent 4278f822fb
commit 02f78ae471
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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