Skip to content

Commit

Permalink
Merge pull request #290 from nicolas-medina/patch-1
Browse files Browse the repository at this point in the history
Update docker-compose.dev.yml
  • Loading branch information
markshust authored Aug 4, 2020
2 parents d9f081e + 16843d0 commit a65dd8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ services:
#- ./src/patches:/var/www/html/patches:cached
#- ./src/var/log:/var/www/html/var/log:cached
#- ./src/var/report:/var/www/html/var/report:cached
# To sync your SSH to the contiainer, uncomment the following line:
# - ~./ssh/id_rsa:/var/www/.ssh/id_rsa:cached
# To sync your SSH to the container, uncomment the following line:
# - ~/.ssh/id_rsa:/var/www/.ssh/id_rsa:cached
# Linux only: remove the above lines and mount the entire src directory with:
#- ./src:/var/www/html:cached

Expand Down

0 comments on commit a65dd8c

Please sign in to comment.