Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Fix host mounts in the dev environment.
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
jeromegamez committed Jul 14, 2017
1 parent 6a2bdf3 commit b0b4928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: '2'
services:
web-frontend:
volumes:
- ./web/public:/var/www/public
- ./web/public:/var/www/html/public

web-backend:
volumes:
- ./web:/var/www/public
- ./web:/var/www/html

0 comments on commit b0b4928

Please sign in to comment.