File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ services:
8080 POSTGRES_USER : ${PANEL_DB_USER}
8181 POSTGRES_PASSWORD : ${PANEL_DB_USER_PASSWORD}
8282 POSTGRES_DB : ${PANEL_DB_NAME}
83- image : postgres:13 -alpine
83+ image : postgres:18 -alpine
8484 labels :
8585 createdBy : Apps
8686
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ services:
8080 POSTGRES_USER : ${PANEL_DB_USER}
8181 POSTGRES_PASSWORD : ${PANEL_DB_USER_PASSWORD}
8282 POSTGRES_DB : ${PANEL_DB_NAME}
83- image : postgres:13 -alpine
83+ image : postgres:18 -alpine
8484 labels :
8585 createdBy : Apps
8686
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ services:
110110 networks :
111111 1panel-network :
112112 ipv4_address : ${SUBNET_PREFIX}.232
113- image : postgres:15.8
113+ image : postgres:18.3
114114 volumes :
115115 - ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
116116 - /etc/localtime:/etc/localtime:ro
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ services:
110110 networks :
111111 1panel-network :
112112 ipv4_address : ${SUBNET_PREFIX}.232
113- image : postgres:15.8
113+ image : postgres:18.3
114114 volumes :
115115 - ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
116116 - /etc/localtime:/etc/localtime:ro
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ services:
116116 1panel-network :
117117 safeline-ce :
118118 ipv4_address : ${SUBNET_PREFIX}.2
119- image : postgres:15.8
119+ image : postgres:18.3
120120 volumes :
121121 - ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
122122 - /etc/localtime:/etc/localtime:ro
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ services:
115115 1panel-network :
116116 safeline-ce :
117117 ipv4_address : ${SUBNET_PREFIX}.2
118- image : postgres:15.8
118+ image : postgres:18.3
119119 volumes :
120120 - ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
121121 - /etc/localtime:/etc/localtime:ro
You can’t perform that action at this time.
0 commit comments