Commit f2d67010 authored by Peter Cheng's avatar Peter Cheng

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

parent 2de61129
version: '2' version: '3'
services: services:
sonar: sonar:
image: 'sonarqube:lts' image: 'sonarqube:lts'
...@@ -7,10 +7,7 @@ services: ...@@ -7,10 +7,7 @@ services:
- build-networks - build-networks
ports: ports:
- 0.0.0.0:9000:9000 - 0.0.0.0:9000:9000
environment: env_file: .env
- sonar.jdbc.username
- sonar.jdbc.password
- sonar.jdbc.url
restart: always restart: always
jenkins: jenkins:
image: 'jenkins/jenkins:lts' 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