mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +02:00
update strapi
This commit is contained in:
parent
5ea793d636
commit
4420f0f243
@ -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/
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user