Skip to content

Commit 9a82772

Browse files
authored
fix(compose): No need for cpp extension
1 parent 9e110a5 commit 9a82772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ services:
286286
image: ${IMAGE_PREFIX}/${GHCR_USERNAME}/quickstart-tutorials/jenkinsci-tutorials:cpp_${BRANCH_SUFFIX}
287287
environment:
288288
- GITPOD_WORKSPACE_URL=${GITPOD_WORKSPACE_URL}
289-
container_name: desktop-jenkins_agent-1-cpp
289+
container_name: desktop-jenkins_agent-1
290290
profiles:
291291
- cpp
292292
depends_on:

0 commit comments

Comments
 (0)