Skip to content

Commit

Permalink
Removing duplicated volumes on docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
JVictorV committed Apr 24, 2020
1 parent c67f902 commit ec2caa3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions server/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ services:
image: redis:alpine
ports:
- "6379:6379"

app:
build: ./
volumes:
- ./:/usr/src/app
ports:
- "8080:8080"
volumes:
- .:/usr/src/app
depends_on:
- db
- redis
command: yarn dev
command: yarn dev

0 comments on commit ec2caa3

Please sign in to comment.