Skip to content

Commit df8f600

Browse files
committed
Changed mariadb out for percona to eek some more performance out
1 parent 13838e7 commit df8f600

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ services:
4646
- "./webroot:/var/www/webroot:ro"
4747

4848
db:
49-
image: mariadb:10.4
49+
image: percona:5
5050
container_name: ${PROJECT}-db
5151
env_file: environment
5252
volumes:
53-
- "./docker-src/db/conf:/etc/mysql/conf.d"
53+
- "./docker-src/db/conf:/etc/my.cnf.d"
5454
- "database:/var/lib/mysql"
5555
networks:
5656
- connector
5757
healthcheck:
58-
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
58+
test: "mysqladmin ping -uroot -proot -hlocalhost"
5959
interval: 15s
6060
timeout: 5s
6161
retries: 5

0 commit comments

Comments
 (0)