-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Summary
When working through this docu:
https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/installation/docker.html#creating-a-strapi-project
the final result does
- not work
- use strapi 3.8.6
Why is it needed?
Using a v3 strapi in a v4 docu is misleading. This should be mentioned in any way so the user knows what (s)he is up to.
Also, the provided docker-compose-yml code is formatted wrongly, which leads - given the example is copy-&-pasted - to errors, when running docker-compose up.
And even after fixing that, this setup does not generate a valid URL - meaning: it is not working.
Given, that in many places the docu is very detailed and sometimes even covering very basic stuff (stuff where I would think this must be a pre-requisite or given knowledge before even starting with strapi), this particular docu could need more indications on how to get this setup running. E.g. examples how to communicate with strapi via terminal, how to deploy a docker instance to e.g. heroku, etc.
If strapi's docker image will not be updated to v4, then a guideline on how to update to v4 should be given or at least pointed to.
Suggested solution(s)
UPDATE: As I just found out, I am not the only one, who complains. So why not provide links in the documentation that are mentioned here:
strapi/strapi-docker#321
Perferably at the very top, at least for the time being.
Related issue(s)/PR(s)
No response