Skip to content

Commit

Permalink
Merge pull request #35 from terwer/v4.x
Browse files Browse the repository at this point in the history
Change structure
  • Loading branch information
terwer authored Mar 14, 2019
2 parents 3dd6ced + 56c6912 commit 4f24001
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 4f24001

Please sign in to comment.