diff --git a/strapi/README.md b/strapi/README.md index 7d44d38..ebd9b2d 100644 --- a/strapi/README.md +++ b/strapi/README.md @@ -1,2 +1,7 @@ strapi ====== + +[Strapi][1] is the leading open-source headless CMS. It’s 100% JavaScript, +fully customizable and developer-first. + +[1]: https://strapi.io/ diff --git a/strapi/docker-compose.yml b/strapi/docker-compose.yml index db7f292..9108254 100644 --- a/strapi/docker-compose.yml +++ b/strapi/docker-compose.yml @@ -4,7 +4,7 @@ services: strapi: container_name: strapi - image: strapi/strapi:3.6.0-alpine + image: strapi/strapi:3.6.5-alpine command: "strapi start" ports: - "1337:1337" @@ -24,7 +24,7 @@ services: postgres: container_name: postgres - image: postgres:13.2-alpine + image: postgres:13.3-alpine ports: - "5432:5432" volumes: