adapt role: the image should not be run as root, but with user with id 82.
This commit is contained in:
@@ -29,11 +29,9 @@ monolog:
|
||||
type: stream
|
||||
path: "%kernel.logs_dir%/default-%log_prefix%.log"
|
||||
level: info
|
||||
channels: [ '!event', '!doctrine', '!console', '!chill' ]
|
||||
channels: [ '!event', '!doctrine', '!console', '!chill', '!deprecation']
|
||||
deprecation_log:
|
||||
type: stream
|
||||
path: "%kernel.logs_dir%/deprecation-%log_prefix%.log"
|
||||
level: info
|
||||
type: 'null'
|
||||
channels: [ 'deprecation' ]
|
||||
console:
|
||||
type: console
|
||||
|
||||
Reference in New Issue
Block a user