From e334bde10fd89362009ecc24cd1b7ebc0532222b Mon Sep 17 00:00:00 2001 From: okxlin Date: Sun, 7 Jan 2024 01:03:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0=E9=95=BF=E4=BA=AD?= =?UTF-8?q?=E9=9B=B7=E6=B1=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/safeline/4.0.2/docker-compose.yml | 2 +- apps/safeline/latest/docker-compose.yml | 4 ++-- apps/safeline/newnet-4.0.2/docker-compose.yml | 2 +- apps/safeline/newnet-latest/docker-compose.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/safeline/4.0.2/docker-compose.yml b/apps/safeline/4.0.2/docker-compose.yml index 7adbca3d..cbce6b3b 100644 --- a/apps/safeline/4.0.2/docker-compose.yml +++ b/apps/safeline/4.0.2/docker-compose.yml @@ -113,7 +113,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.232 - image: postgres:15.5-alpine + image: postgres:15.5 volumes: - ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data - /etc/localtime:/etc/localtime:ro diff --git a/apps/safeline/latest/docker-compose.yml b/apps/safeline/latest/docker-compose.yml index ca313ff7..c95191e4 100644 --- a/apps/safeline/latest/docker-compose.yml +++ b/apps/safeline/latest/docker-compose.yml @@ -14,7 +14,7 @@ services: - ${PANEL_APP_PORT_HTTP:-9443}:1443 environment: - MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable - #- MGT_LICENSE_SERVER=https://safeline-ce-4463.rivers.chaitin.cn/ + - MGT_LICENSE_SERVER=https://safeline-ce-4463.rivers.chaitin.cn/ dns: - 119.29.29.29 - 223.5.5.5 @@ -113,7 +113,7 @@ services: networks: 1panel-network: ipv4_address: ${SUBNET_PREFIX}.232 - image: postgres:15-alpine + image: postgres:15.5 volumes: - ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data - /etc/localtime:/etc/localtime:ro diff --git a/apps/safeline/newnet-4.0.2/docker-compose.yml b/apps/safeline/newnet-4.0.2/docker-compose.yml index 7fc2af92..c3049e3e 100644 --- a/apps/safeline/newnet-4.0.2/docker-compose.yml +++ b/apps/safeline/newnet-4.0.2/docker-compose.yml @@ -119,7 +119,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.2 - image: postgres:15.5-alpine + image: postgres:15.5 volumes: - ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data - /etc/localtime:/etc/localtime:ro diff --git a/apps/safeline/newnet-latest/docker-compose.yml b/apps/safeline/newnet-latest/docker-compose.yml index 6392fb7d..54fc31e2 100644 --- a/apps/safeline/newnet-latest/docker-compose.yml +++ b/apps/safeline/newnet-latest/docker-compose.yml @@ -15,7 +15,7 @@ services: - ${PANEL_APP_PORT_HTTP:-9443}:1443 environment: - MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable - #- MGT_LICENSE_SERVER=https://safeline-ce-4463.rivers.chaitin.cn/ + - MGT_LICENSE_SERVER=https://safeline-ce-4463.rivers.chaitin.cn/ dns: - 119.29.29.29 - 223.5.5.5 @@ -119,7 +119,7 @@ services: 1panel-network: safeline-ce: ipv4_address: ${SUBNET_PREFIX}.2 - image: postgres:15-alpine + image: postgres:15.5 volumes: - ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data - /etc/localtime:/etc/localtime:ro