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