Skip to content

Commit

Permalink
move to MCR
Browse files Browse the repository at this point in the history
  • Loading branch information
cephalin committed Nov 2, 2020
1 parent 426fd4b commit 4bd0ffd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions compose-wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ version: '3.3'

services:
wordpress:
image: microsoft/multicontainerwordpress
image: mcr.microsoft.com/azuredocs/multicontainerwordpress
ports:
- "8000:80"
restart: always

redis:
image: redis:3-alpine
image: mcr.microsoft.com/oss/bitnami/redis:6.0.8
environment:
- ALLOW_EMPTY_PASSWORD=yes
restart: always

0 comments on commit 4bd0ffd

Please sign in to comment.