Skip to content

Commit

Permalink
Fix folders volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andros Fenollosa committed Jan 9, 2016
1 parent bf8baf2 commit 058cf00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ front:
ports:
- "80:80"
volumes:
- www:/var/www
- sites:/etc/nginx/sites-enabled
- ./www:/var/www
- ./sites:/etc/nginx/sites-enabled
links:
- mysql:mysql

Expand All @@ -13,4 +13,4 @@ mysql:
ports:
- "3306:3306"
volumes:
- database:/var/lib/mysql
- ./database:/var/lib/mysql

0 comments on commit 058cf00

Please sign in to comment.