We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b368fde commit 229aac0Copy full SHA for 229aac0
docker-compose.yml
@@ -12,6 +12,8 @@ services:
12
db:
13
build: ./mysql
14
restart: always
15
+ volumes:
16
+ - ./mysql:/docker-entrypoint-initdb.d/
17
environment:
18
MYSQL_DATABASE: login
19
MYSQL_USER: login
0 commit comments