mirror of https://github.com/veops/cmdb.git
feat: update docker-compose
This commit is contained in:
parent
ed41a72900
commit
0b3cad8215
|
@ -13,7 +13,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- db-data:/var/lib/mysql
|
- db-data:/var/lib/mysql
|
||||||
- ./docs/mysqld.cnf:/etc/mysql/conf.d/mysqld.cnf
|
- ./docs/mysqld.cnf:/etc/mysql/conf.d/mysqld.cnf
|
||||||
# - ./docs/cmdb.sql:/docker-entrypoint-initdb.d/cmdb.sql
|
- ./docs/cmdb.sql:/docker-entrypoint-initdb.d/cmdb.sql
|
||||||
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
||||||
networks:
|
networks:
|
||||||
new:
|
new:
|
||||||
|
|
Loading…
Reference in New Issue