change mysql version to allow updates to minor versions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version: '3.7'
|
||||
services:
|
||||
db_wp_acmoag:
|
||||
image: mysql:8.0.19
|
||||
image: mysql:8.0
|
||||
cap_add:
|
||||
- SYS_NICE # CAP_SYS_NICE
|
||||
command: '--default-authentication-plugin=mysql_native_password'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: '3.7'
|
||||
services:
|
||||
db:
|
||||
image: mysql:8.0.19
|
||||
image: mysql:8.0
|
||||
cap_add:
|
||||
- SYS_NICE # CAP_SYS_NICE
|
||||
command: '--default-authentication-plugin=mysql_native_password'
|
||||
|
||||
Reference in New Issue
Block a user