Skip to content

Commit 4b7a68c

Browse files
committed
Unique tag for devcontainer
1 parent 241e14a commit 4b7a68c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.devcontainer/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ services:
66
# folder. Note that the path of the Dockerfile and context is relative to the *primary*
77
# docker-compose.yml file (the first in the devcontainer.json "dockerComposeFile"
88
# array). The sample below assumes your primary file is in the root of your project.
9+
container_name: devcontainer
10+
image: devcontainer
911
build:
1012
context: .
1113
dockerfile: .devcontainer/Dockerfile

0 commit comments

Comments
 (0)