mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-11 16:59:45 +01:00
Merge pull request #183 from ChristianLempa/renovate/mysql-8.x
chore(deps): update mysql docker tag to v8.3
This commit is contained in:
commit
01e8700552
@ -4,7 +4,7 @@ volumes:
|
|||||||
driver: local
|
driver: local
|
||||||
services:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:8.0
|
image: mysql:8.3
|
||||||
hostname: mysql
|
hostname: mysql
|
||||||
volumes:
|
volumes:
|
||||||
- semaphore-mysql:/var/lib/mysql
|
- semaphore-mysql:/var/lib/mysql
|
||||||
|
Loading…
Reference in New Issue
Block a user