Update docker-compose.yml
This commit is contained in:
@@ -32,7 +32,7 @@ services:
|
|||||||
- omni-network
|
- omni-network
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mysql:8.0
|
image: mariadb:11.4
|
||||||
command: --default-authentication-plugin=mysql_native_password
|
command: --default-authentication-plugin=mysql_native_password
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
@@ -48,6 +48,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- omni-network
|
- omni-network
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db_data:
|
db_data:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user