mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-26 18:09:06 -04:00
Align mariadb versions for compose files
This commit is contained in:
@@ -27,7 +27,7 @@ services:
|
||||
- XDEBUG_CONFIG=remote_host=172.17.0.1
|
||||
|
||||
mysql:
|
||||
image: mariadb:10.1.21
|
||||
image: mariadb:10.3
|
||||
container_name: mysql
|
||||
restart: always
|
||||
ports:
|
||||
|
||||
@@ -19,7 +19,7 @@ services:
|
||||
- "80:80"
|
||||
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
image: mariadb:10.3
|
||||
container_name: mysql
|
||||
restart: always
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user