Skip to content

Commit

Permalink
use mariadb 10.11 (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaudiomv authored Jul 11, 2023
1 parent 446b1da commit 2a3fb1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ services:
- ./logs/:/var/log/apache2

db:
image: mysql:5.7
image: mariadb:10.11
restart: always
environment:
MYSQL_ROOT_PASSWORD: somewordpress
MYSQL_DATABASE: wordpress
MYSQL_USER: wordpress
MYSQL_PASSWORD: wordpress
MARIADB_ROOT_PASSWORD: somewordpress
MARIADB_DATABASE: wordpress
MARIADB_USER: wordpress
MARIADB_PASSWORD: wordpress

0 comments on commit 2a3fb1e

Please sign in to comment.