OSP using redis:alpine.

This commit is contained in:
Alexey Skobkin 2020-04-20 04:26:13 +03:00
parent aa775fb882
commit 85a25dfb1f
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: '3.7'
services:
redis:
image: redis
image: redis:alpine
container_name: ospredis
expose:
- 6379