chore: bump docker-compose image

This commit is contained in:
Reinaldy Rafli 2021-05-16 10:35:23 +07:00
parent 3b93ed3905
commit f73d153ea4
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
services:
postgres:
image: postgres:13.1-alpine
image: postgres:13.3-alpine
restart: always
ports:
- 5432:5432
@ -10,7 +10,7 @@ services:
volumes:
- ./volume/postgres:/var/lib/postgresql/data
mysql:
image: mysql:8.0.23
image: mysql:8.0.25
restart: always
ports:
- 3306:3306
@ -21,7 +21,7 @@ services:
cap_add:
- SYS_NICE
redis:
image: redis:6.2.0-alpine
image: redis:6.2.3-alpine
restart: always
ports:
- 6379:6379
@ -29,7 +29,7 @@ services:
- ./volume/redis/etc:/usr/local/etc/redis
- ./volume/redis/data:/data
mongo:
image: mongo:4.4.3-bionic
image: mongo:4.4.6-bionic
restart: always
ports:
- 27017:27017