Skip to content

Commit

Permalink
Update docker-compose example to use newer MariaDB image
Browse files Browse the repository at this point in the history
  • Loading branch information
ansipunk committed Mar 2, 2024
1 parent 09e2dd7 commit 37c450c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing.md
Expand Up @@ -73,7 +73,7 @@ run all of those with lint script
version: '2.1'
services:
postgres:
image: postgres:10.8
image: postgres:16
environment:
POSTGRES_USER: username
POSTGRES_PASSWORD: password
Expand All @@ -82,7 +82,7 @@ run all of those with lint script
- 5432:5432

mysql:
image: mysql:5.7
image: mariadb:11
environment:
MYSQL_USER: username
MYSQL_PASSWORD: password
Expand Down

0 comments on commit 37c450c

Please sign in to comment.