Skip to content

Commit af283b6

Browse files
authored
changed MariaDB to mySQL
1 parent a566d9a commit af283b6

File tree

1 file changed

+1
-1
lines changed
  • datacenter/ucp/2.0/guides/applications

1 file changed

+1
-1
lines changed

datacenter/ucp/2.0/guides/applications/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ There, click the **Compose Application** button, to deploy a new application.
2222
The WordPress application we're going to deploy is composed of two services:
2323

2424
* wordpress: The container that runs Apache, PHP, and WordPress.
25-
* db: A MariaDB database used for data persistence.
25+
* db: A MySQL database used for data persistence.
2626

2727
```yml
2828
version: '2'

0 commit comments

Comments
 (0)