refactor: mv mariadb
This commit is contained in:
parent
27588753c6
commit
284a14e75d
|
@ -20,19 +20,19 @@ services:
|
||||||
- mariadb
|
- mariadb
|
||||||
command: ./docker-mariadb-clean-arch
|
command: ./docker-mariadb-clean-arch
|
||||||
|
|
||||||
mariadb:
|
# mariadb:
|
||||||
image: mariadb:10.6.3
|
# image: mariadb:10.6.3
|
||||||
restart: always
|
# restart: always
|
||||||
volumes:
|
# volumes:
|
||||||
- ./scripts/billMigrations.sql:/docker-entrypoint-initdb.d/1.sql
|
# - ./scripts/billMigrations.sql:/docker-entrypoint-initdb.d/1.sql
|
||||||
expose:
|
# expose:
|
||||||
- 3306
|
# - 3306
|
||||||
ports:
|
# ports:
|
||||||
- 3306:3306
|
# - 3306:3306
|
||||||
environment:
|
# environment:
|
||||||
- MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=true
|
# - MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=true
|
||||||
networks:
|
# networks:
|
||||||
- application
|
# - application
|
||||||
|
#
|
||||||
networks:
|
networks:
|
||||||
application:
|
application:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user