Skip to content

Commit

Permalink
chore(mysql): always use the latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Sep 22, 2023
1 parent 384dbdb commit ad090f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
mysql:
platform: linux/amd64
image: eu.gcr.io/serlo-shared/serlo-mysql-database:latest
pull_policy: always
ports:
- "3306:3306"
- "33060:33060"
Expand Down

0 comments on commit ad090f3

Please sign in to comment.