File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ services:
77 # # Override the default image if desired
88 # # More details - https://github.com/dockersamples/labspace-infra/blob/main/docs/configuration.md#overriding-the-workspace-image
99 image : dockersamples/labspace-workspace-java
10+ configs :
11+ - source : docker-java-properties
12+ target : /home/coder/.docker-java.properties
1013
1114 # # Override the default ports to publish additional ports you may need
1215 # # More details - https://github.com/dockersamples/labspace-infra/blob/main/docs/configuration.md#overriding-the-workspace-ports
@@ -19,3 +22,8 @@ services:
1922 # DANGEROUSLY_OMIT_AUTH: "true" # Skip auth for the MCP Inspector
2023
2124# Add other models or services your Labspace may need
25+
26+ configs :
27+ docker-java-properties :
28+ content : |
29+ api.version=1.48
You can’t perform that action at this time.
0 commit comments