Skip to content

Commit

Permalink
Change structure
Browse files Browse the repository at this point in the history
  • Loading branch information
youweics committed Mar 14, 2019
1 parent 0b4fad2 commit 56c6912
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
container_name: jvue-mysql
build:
context: ./
dockerfile: ./jvue-docker/jvue-mysql/Dockerfile
dockerfile: ./jvue-mysql/Dockerfile
ports:
- "3306:3306"
environment:
Expand All @@ -21,7 +21,7 @@ services:
- "MYSQL_PASSWORD=123456"
volumes:
- ./data/mysql/db:/var/db
- ./jvue-docker/jvue-mysql/my.cnf:/etc/my.cnf
- ./data/mysql/log:/var/log
- ./jvue-docker/jvue-mysql/init:/docker-entrypoint-initdb.d/
- ./jvue-mysql/my.cnf:/etc/my.cnf
- ./jvue-mysql/init:/docker-entrypoint-initdb.d/
restart: always
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 56c6912

Please sign in to comment.