mirror of
https://github.com/bitinflow/getsentry-onpremise.git
synced 2026-03-13 13:35:51 +00:00
Use alpine images (#137)
* Use alpine images * Updated memcahced version from 1.4. to 1.5 * Reverted Postgres back to regular image
This commit is contained in:
@@ -33,7 +33,7 @@ services:
|
||||
|
||||
memcached:
|
||||
restart: unless-stopped
|
||||
image: memcached:1.4
|
||||
image: memcached:1.5-alpine
|
||||
|
||||
redis:
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user