Commit f2d67010 authored by Peter Cheng's avatar Peter Cheng

修正系統參數取得失敗問題

parent 2de61129
version: '2'
version: '3'
services:
sonar:
image: 'sonarqube:lts'
......@@ -7,10 +7,7 @@ services:
- build-networks
ports:
- 0.0.0.0:9000:9000
environment:
- sonar.jdbc.username
- sonar.jdbc.password
- sonar.jdbc.url
env_file: .env
restart: always
jenkins:
image: 'jenkins/jenkins:lts'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment