Skip to content

Commit ad24816

Browse files
committed
fix: db initialization on first install
1 parent 43ef0b4 commit ad24816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
volumes:
1010
- db-data:/var/lib/mysql
1111
- ./docs/mysqld.cnf:/etc/mysql/conf.d/mysqld.cnf
12-
#- ./docs/cmdb.sql:/docker-entrypoint-initdb.d/cmdb.sql
12+
- ./docs/cmdb.sql:/docker-entrypoint-initdb.d/cmdb.sql
1313
healthcheck:
1414
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost", "-p$MYSQL_ROOT_PASSWORD"]
1515
interval: 10s
@@ -105,7 +105,7 @@ services:
105105
networks:
106106
- new
107107
ports:
108-
- "8000:80"
108+
- "8001:80"
109109

110110
volumes:
111111
db-data:

0 commit comments

Comments
 (0)