Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrakov committed Sep 9, 2020
1 parent f77ef30 commit 069a772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
volumes:
- .:/app:cached
- '/tmp:/tmp'
- '/var/tmp/hexletbasics:/var/tmp/hexletbasics'
- '/var/tmp:/var/tmp'
- '/var/run/docker.sock:/var/run/docker.sock'
env_file: '.env'
depends_on:
Expand All @@ -29,7 +29,7 @@ services:
volumes:
- .:/app:cached
- '/tmp:/tmp'
- '/var/tmp/hexletbasics:/var/tmp/hexletbasics'
- '/var/tmp:/var/tmp'
- '/var/run/docker.sock:/var/run/docker.sock'
env_file: '.env'
depends_on:
Expand Down

0 comments on commit 069a772

Please sign in to comment.