Skip to content

Commit

Permalink
Build redis container
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnharvey committed May 7, 2020
1 parent 3d4117e commit 99e3015
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions containers/default/redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM redis:5.0
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ services:
ipv4_address: 10.0.10.2

redis:
image: redis:5.0
image: chrisnharvey/magiclamp-redis

build:
context: ./containers/default/redis

ports:
- 6379:6379
Expand Down

0 comments on commit 99e3015

Please sign in to comment.