mirror of https://github.com/aldy505/databases.git
chore: bump docker-compose image
This commit is contained in:
parent
3b93ed3905
commit
f73d153ea4
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:13.1-alpine
|
image: postgres:13.3-alpine
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
@ -10,7 +10,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./volume/postgres:/var/lib/postgresql/data
|
- ./volume/postgres:/var/lib/postgresql/data
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:8.0.23
|
image: mysql:8.0.25
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 3306:3306
|
- 3306:3306
|
||||||
|
@ -21,7 +21,7 @@ services:
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_NICE
|
- SYS_NICE
|
||||||
redis:
|
redis:
|
||||||
image: redis:6.2.0-alpine
|
image: redis:6.2.3-alpine
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
|
@ -29,7 +29,7 @@ services:
|
||||||
- ./volume/redis/etc:/usr/local/etc/redis
|
- ./volume/redis/etc:/usr/local/etc/redis
|
||||||
- ./volume/redis/data:/data
|
- ./volume/redis/data:/data
|
||||||
mongo:
|
mongo:
|
||||||
image: mongo:4.4.3-bionic
|
image: mongo:4.4.6-bionic
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 27017:27017
|
- 27017:27017
|
||||||
|
|
Loading…
Reference in New Issue