Skip to content

Commit

Permalink
fix docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed Jul 11, 2018
1 parent 305b0bc commit 5b4b430
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Expand Up @@ -7,14 +7,13 @@ services:
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
volumes:
- db-data:/var/lib/mysql
- ./mysql:/docker-entrypoint-initdb.d
ports:
- "3306:3306"
app:
image: golang:1.10.3
environment:
MYAPP_DATABASE_HOST: db
command: "./bin/sample"
command: "./bin/cleanarchitecture-sample-linux"
volumes:
- .:/go/src
working_dir: /go/src
Expand Down
10 changes: 0 additions & 10 deletions mysql/setup.sql

This file was deleted.

0 comments on commit 5b4b430

Please sign in to comment.