Skip to content

Commit

Permalink
Omit setting container name
Browse files Browse the repository at this point in the history
  • Loading branch information
icarito committed Mar 29, 2019
1 parent 4ecf83a commit bf4ac63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
@@ -1,14 +1,12 @@
version: '3.3'
services:
db:
container_name: db
image: mysql:5.7
env_file:
- mapknitter.env
volumes:
- ../mysql:/var/lib/mysql
web:
container_name: web
build: .
env_file:
- mapknitter.env
Expand Down

0 comments on commit bf4ac63

Please sign in to comment.