Skip to content

Commit

Permalink
Actually make the writable filesystem writable (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Pruitt authored and brendanmcfarland committed Jul 2, 2018
1 parent 8d7c55c commit f85644c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ module.exports = (options = {}) => {
HardLimit: 10240
}
],
ReadonlyRootFilesystem: true,
ReadonlyRootFilesystem: !options.writableFilesystem,
LogConfiguration: {
LogDriver: 'awslogs',
Options: {
Expand Down

0 comments on commit f85644c

Please sign in to comment.