Skip to content

Commit

Permalink
Merge a7d8d4d into 00a55a9
Browse files Browse the repository at this point in the history
  • Loading branch information
nertim committed Sep 22, 2018
2 parents 00a55a9 + a7d8d4d commit 035d39e
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 035d39e

Please sign in to comment.