Skip to content

Commit 2207949

Browse files
feat: 升级 wordpress 镜像到 6.2.0 (#22)
1 parent fdab50b commit 2207949

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

apps/list.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"key": "wordpress",
6666
"name": "WordPress",
6767
"tags": ["WebSite"],
68-
"versions": ["6.0.1","6.0.2"],
68+
"versions": ["6.2.0"],
6969
"shortDescZh": "著名的开源博客软件和 CMS 系统",
7070
"shortDescEn": "Open source blogging software and content management system",
7171
"type": "website",
File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
file_uploads = On
2+
memory_limit = 256M
3+
upload_max_filesize = 32M
4+
post_max_size = 32M
5+
max_execution_time = 360

apps/wordpress/versions/6.0.2/docker-compose.yml renamed to apps/wordpress/versions/6.2.0/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
wordpress:
4-
image: wordpress:6.0.2
4+
image: wordpress:6.2.0
55
container_name: ${CONTAINER_NAME}
66
ports:
77
- ${PANEL_APP_PORT_HTTP}:80
@@ -10,6 +10,7 @@ services:
1010
- 1panel-network
1111
volumes:
1212
- ./data:/var/www/html
13+
- ./conf/uploads.ini:/usr/local/etc/php/conf.d/uploads.ini
1314
environment:
1415
WORDPRESS_DB_HOST: ${PANEL_DB_HOST}
1516
WORDPRESS_DB_NAME: ${PANEL_DB_NAME}

0 commit comments

Comments
 (0)