Skip to content

Commit

Permalink
Merge a7d8d4d into 2f220b9
Browse files Browse the repository at this point in the history
  • Loading branch information
nertim committed Sep 23, 2018
2 parents 2f220b9 + a7d8d4d commit 4e4df7a
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ metadata:
name: wordpress
spec:
containers:
- name: wordpress
image: microsoft/multicontainerwordpress
ports:
- containerPort: 80
- name: redis
image: redis:alpine`);
- name: wordpress
image: microsoft/multicontainerwordpress
ports:
- containerPort: 80
- name: redis
image: redis:alpine`);
}

private _getWindowsSingleContainerSample1Config() {
Expand Down

0 comments on commit 4e4df7a

Please sign in to comment.