Skip to content

Commit

Permalink
Fix mariadb digest
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Nov 20, 2024
1 parent e497b1c commit 070c68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invoice-ninja/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
- db

db:
image: mariadb:10.5.12@sha256:dfcba5641bdbfd7cbf5b07eeed707a6a3672f46823695a0d3aba2e49bbd9b1dd
image: mariadb:10.5.12@sha256:dfcba5641bdbfd7cbf5b07eeed707e6a3672f46823695a0d3aba2e49bbd9b1dd
user: "1000:1000"
restart: on-failure
volumes:
Expand Down

0 comments on commit 070c68b

Please sign in to comment.