Skip to content

Commit

Permalink
Remove quotes around JENKINS_JAVA_OPTS to allow multiple entries (#348)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Sep 8, 2023
1 parent 6e57cb3 commit f98968e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- 50000:50000
container_name: jenkins
environment:
- JENKINS_JAVA_OPTS="-Xmx60g -Xss4m"
- JENKINS_JAVA_OPTS=-Xmx60g -Xss4m
- CASC_RELOAD_TOKEN=reloadPasswordHere
volumes:
- /var/lib/jenkins:/var/jenkins_home
Expand Down

0 comments on commit f98968e

Please sign in to comment.