From 284a14e75d22bc1dc87ee7ebd698d82fa33f5857 Mon Sep 17 00:00:00 2001 From: Liangzhao Che Date: Thu, 1 Jun 2023 19:34:54 +0800 Subject: [PATCH] refactor: mv mariadb --- docker-compose.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b6a5f81..bec2e52 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,19 +20,19 @@ services: - mariadb command: ./docker-mariadb-clean-arch - mariadb: - image: mariadb:10.6.3 - restart: always - volumes: - - ./scripts/billMigrations.sql:/docker-entrypoint-initdb.d/1.sql - expose: - - 3306 - ports: - - 3306:3306 - environment: - - MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=true - networks: - - application - +# mariadb: +# image: mariadb:10.6.3 +# restart: always +# volumes: +# - ./scripts/billMigrations.sql:/docker-entrypoint-initdb.d/1.sql +# expose: +# - 3306 +# ports: +# - 3306:3306 +# environment: +# - MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=true +# networks: +# - application +# networks: application: