Skip to content

Commit

Permalink
Permissions and sandbox settings
Browse files Browse the repository at this point in the history
  • Loading branch information
atw527 committed Nov 11, 2017
1 parent 1cfda68 commit 8e324f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ services:
expose:
- "80"
ports:
- "8088:80"
- "4280:80"
2 changes: 1 addition & 1 deletion docker-compose.sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
im-phpmyadmin:
image: "phpmyadmin/phpmyadmin:latest"
ports:
- "4280:80"
- "4285:80"
expose:
- "80"
environment:
Expand Down
2 changes: 2 additions & 0 deletions permissions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ chown -R andrew: ../image-match

chmod -R 0644 ../image-match
chmod -R a+X ../image-match

chmod 0777 data/templates

0 comments on commit 8e324f3

Please sign in to comment.