2
0

fuck alpine images

This commit is contained in:
Torma Kristóf 2020-07-19 01:57:11 +02:00
parent cc00f13133
commit aa2b037a31
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047

View File

@ -49,10 +49,10 @@ services:
- SENDGRID_API=REPLACEME
memcached:
<< : *restart_policy
image: 'memcached:1.6-alpine'
image: 'memcached:1'
redis:
<< : *restart_policy
image: 'redis:6.0-alpine'
image: 'redis:6.0'
volumes:
- './data/redis:/data'
postgres: