mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-03-14 17:48:14 -04:00
Use json log format in ci
This commit is contained in:
parent
6b7ae48570
commit
5f27b9243f
@ -6,6 +6,7 @@ services:
|
|||||||
image: ${IMAGE}:${BRANCH_LOWER}-ci-${BUILD_NUMBER}
|
image: ${IMAGE}:${BRANCH_LOWER}-ci-${BUILD_NUMBER}
|
||||||
environment:
|
environment:
|
||||||
- NPM_LOG_LEVEL=debug
|
- NPM_LOG_LEVEL=debug
|
||||||
|
- NPM_LOG_FORMAT=json
|
||||||
volumes:
|
volumes:
|
||||||
- '/etc/localtime:/etc/localtime:ro'
|
- '/etc/localtime:/etc/localtime:ro'
|
||||||
- npm_data_ci:/data
|
- npm_data_ci:/data
|
||||||
|
Loading…
Reference in New Issue
Block a user