This commit is contained in:
2025-11-24 19:13:26 +00:00
parent 424789ce6e
commit a67a7bac4b
4 changed files with 21 additions and 7 deletions

View File

@@ -5,6 +5,6 @@ If, for any reason, the URI provided in this file to the Software License Agreem
This license does not apply to the files not under Superengine copyright as detailed in the NOTICE.txt file.
This software uses the following third-party software:
- the wordpress image with the tag 6.8.2-php8.1-apache from Docker Hub
- the mysql image with the tag 9.4.0 from Docker Hub
- the wordpress image with the tag 6.8.3-php8.4-apache from Docker Hub
- the mysql image with the tag 9.5.0 from Docker Hub
Third-party software have a different copyright owner and license.

View File

@@ -1,6 +1,6 @@
# WordPress Port for Superengine
This port uses the [wordpress image](https://hub.docker.com/_/wordpress) with the tag `6.8.2-php8.1-apache` and includes a MySQL database. The port may be updated to use newer tags in the future.
This port uses the [wordpress image](https://hub.docker.com/_/wordpress) with the tag `6.8.3-php8.4-apache` and includes a MySQL database. The port may be updated to use newer tags in the future.
## Installation

View File

@@ -1,6 +1,6 @@
services:
{{app_id}}-wordpress:
image: wordpress:6.8.2-php8.1-apache
image: wordpress:6.8.3-php8.4-apache
restart: always
ports:
- {{entitlements.port-number}}:80
@@ -20,7 +20,7 @@ services:
- {{app_id}}-mysql
{{app_id}}-mysql:
image: mysql:9.4.0
image: mysql:9.5.0
restart: always
ports:
- {{entitlements.db-port-number}}:3306

View File

@@ -1,10 +1,10 @@
{
"app-spec-version": "1.1",
"app-spec-version": "1.2",
"subject": {
"name": {
"en": "WordPress"
},
"version": "6.8.2-php8.1-apache"
"version": "6.8.3-php8.4-apache"
},
"entitlements": [
{
@@ -21,6 +21,13 @@
"en": "Folder used by the database to store data."
}
},
{
"type": "HostHostnameOrIPAddress",
"name": "host",
"description": {
"en": "Hostname or IP address of your server."
}
},
{
"type": "PortUnspecifiedStaticNumber",
"name": "db-port-number",
@@ -56,6 +63,13 @@
"en": "Password of the database user."
}
},
{
"type": "OperatingSystem",
"name": "os",
"description": {
"en": "Operating System."
}
},
{
"type": "IDUserNumber",
"name": "uid",