Skip to content

Commit

Permalink
Pin mariadb version in docker-compose file (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: 0xf10413 <[email protected]>
  • Loading branch information
0xf10413 and 0xf10413 authored Jun 17, 2023
1 parent 2aee37a commit 981b838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
ports:
- "8080:80"
db:
image: mariadb:latest
image: mariadb:10.5
restart: always
environment:
MYSQL_DATABASE: 'mkpc'
Expand Down

0 comments on commit 981b838

Please sign in to comment.