Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/wordpress/.env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# version tags refer to: https://hub.docker.com/_/wordpress
W9_REPO=wordpress
W9_DIST='community'
W9_VERSION='6.8'
W9_POWER_PASSWORD='9U!2fukleU0g8DsM'
W9_VERSION='6.9'
W9_POWER_PASSWORD='NYvg!hilh9Haouf2'
# Environments which for user settings when create application
W9_HTTP_PORT_SET='9001'

Expand Down
9 changes: 1 addition & 8 deletions apps/wordpress/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,7 @@ services:
image: mysql:$W9_DB_VERSION
container_name: $W9_ID-mysql
restart: unless-stopped
command: >
--character-set-server=utf8mb4
--collation-server=utf8mb4_unicode_ci
--max-connections=300
--max-connections=2G
--innodb-log-file-size=512M
--innodb-flush-log-at-trx-commit=2
--innodb-io-capacity=1000
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --innodb_log_buffer_size=30M
volumes:
- mysql_data:/var/lib/mysql
environment:
Expand Down
2 changes: 1 addition & 1 deletion apps/wordpress/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"dist": "community",
"version": [
"6.8",
"6.9",
"latest"
]
}
Expand Down