mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
feat: 升级 wordpress 镜像到 6.2.0 (#22)
This commit is contained in:
parent
fdab50bc4c
commit
2207949bb2
@ -65,7 +65,7 @@
|
||||
"key": "wordpress",
|
||||
"name": "WordPress",
|
||||
"tags": ["WebSite"],
|
||||
"versions": ["6.0.1","6.0.2"],
|
||||
"versions": ["6.2.0"],
|
||||
"shortDescZh": "著名的开源博客软件和 CMS 系统",
|
||||
"shortDescEn": "Open source blogging software and content management system",
|
||||
"type": "website",
|
||||
|
5
apps/wordpress/versions/6.2.0/conf/uploads.ini
Normal file
5
apps/wordpress/versions/6.2.0/conf/uploads.ini
Normal file
@ -0,0 +1,5 @@
|
||||
file_uploads = On
|
||||
memory_limit = 256M
|
||||
upload_max_filesize = 32M
|
||||
post_max_size = 32M
|
||||
max_execution_time = 360
|
@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
wordpress:
|
||||
image: wordpress:6.0.2
|
||||
image: wordpress:6.2.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
@ -10,6 +10,7 @@ services:
|
||||
- 1panel-network
|
||||
volumes:
|
||||
- ./data:/var/www/html
|
||||
- ./conf/uploads.ini:/usr/local/etc/php/conf.d/uploads.ini
|
||||
environment:
|
||||
WORDPRESS_DB_HOST: ${PANEL_DB_HOST}
|
||||
WORDPRESS_DB_NAME: ${PANEL_DB_NAME}
|
Loading…
Reference in New Issue
Block a user