Skip to content

Commit 49d8ee7

Browse files
committed
update compose
1 parent 45ee44d commit 49d8ee7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ services:
5353
MYSQL_ROOT_PASSWORD: root
5454
MYSQL_DATABASE: root
5555
volumes:
56-
- $(pwd)/mysql-init:/docker-entrypoint-initdb.d mysql
57-
- mysql-data:/var/lib/mysql
56+
- $PWD/mysql-init:/docker-entrypoint-initdb.d
5857
networks:
5958
- my-bridge
6059

0 commit comments

Comments
 (0)