Changes
This commit is contained in:
@@ -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 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:
|
This software uses the following third-party software:
|
||||||
- the wordpress image with the tag 6.8.2-php8.1-apache 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.4.0 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.
|
Third-party software have a different copyright owner and license.
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# WordPress Port for Superengine
|
# 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
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
{{app_id}}-wordpress:
|
{{app_id}}-wordpress:
|
||||||
image: wordpress:6.8.2-php8.1-apache
|
image: wordpress:6.8.3-php8.4-apache
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- {{entitlements.port-number}}:80
|
- {{entitlements.port-number}}:80
|
||||||
@@ -20,7 +20,7 @@ services:
|
|||||||
- {{app_id}}-mysql
|
- {{app_id}}-mysql
|
||||||
|
|
||||||
{{app_id}}-mysql:
|
{{app_id}}-mysql:
|
||||||
image: mysql:9.4.0
|
image: mysql:9.5.0
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- {{entitlements.db-port-number}}:3306
|
- {{entitlements.db-port-number}}:3306
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"app-spec-version": "1.1",
|
"app-spec-version": "1.2",
|
||||||
"subject": {
|
"subject": {
|
||||||
"name": {
|
"name": {
|
||||||
"en": "WordPress"
|
"en": "WordPress"
|
||||||
},
|
},
|
||||||
"version": "6.8.2-php8.1-apache"
|
"version": "6.8.3-php8.4-apache"
|
||||||
},
|
},
|
||||||
"entitlements": [
|
"entitlements": [
|
||||||
{
|
{
|
||||||
@@ -21,6 +21,13 @@
|
|||||||
"en": "Folder used by the database to store data."
|
"en": "Folder used by the database to store data."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "HostHostnameOrIPAddress",
|
||||||
|
"name": "host",
|
||||||
|
"description": {
|
||||||
|
"en": "Hostname or IP address of your server."
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "PortUnspecifiedStaticNumber",
|
"type": "PortUnspecifiedStaticNumber",
|
||||||
"name": "db-port-number",
|
"name": "db-port-number",
|
||||||
@@ -56,6 +63,13 @@
|
|||||||
"en": "Password of the database user."
|
"en": "Password of the database user."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "OperatingSystem",
|
||||||
|
"name": "os",
|
||||||
|
"description": {
|
||||||
|
"en": "Operating System."
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "IDUserNumber",
|
"type": "IDUserNumber",
|
||||||
"name": "uid",
|
"name": "uid",
|
||||||
|
|||||||
Reference in New Issue
Block a user