update strapi

This commit is contained in:
kev 2021-07-02 17:49:33 +08:00
parent 5ea793d636
commit 4420f0f243
2 changed files with 7 additions and 2 deletions

View File

@ -1,2 +1,7 @@
strapi strapi
====== ======
[Strapi][1] is the leading open-source headless CMS. Its 100% JavaScript,
fully customizable and developer-first.
[1]: https://strapi.io/

View File

@ -4,7 +4,7 @@ services:
strapi: strapi:
container_name: strapi container_name: strapi
image: strapi/strapi:3.6.0-alpine image: strapi/strapi:3.6.5-alpine
command: "strapi start" command: "strapi start"
ports: ports:
- "1337:1337" - "1337:1337"
@ -24,7 +24,7 @@ services:
postgres: postgres:
container_name: postgres container_name: postgres
image: postgres:13.2-alpine image: postgres:13.3-alpine
ports: ports:
- "5432:5432" - "5432:5432"
volumes: volumes: