strapi-docker icon indicating copy to clipboard operation
strapi-docker copied to clipboard

Install and run your first Strapi project using Docker

Results 58 strapi-docker issues
Sort by recently updated
recently updated
newest added

Describe the bug Dockerfiles are not working because ⛔️ You can only create a Strapi app in an empty directory. Make sure /srv/app is empty. I think it is not...

When setting a PUBLIC_URL via server.js, the admin page opens correctly at https://example.com/strapi/dashboard However, the javascript files in the HTML page cannot be loaded (cf. screenshot) as the PUBLIC_URL (PUBLIC_ADMIN_URL)...

Bumps [got](https://github.com/sindresorhus/got) from 9.6.0 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 v11.8.3 Bump cacheable-request dependency (#1921) 9463bb6 Fix HTTPError missing .code property...

dependencies

Add Strapi v4 support for the Strapi Docker image.

Looks to be abandoned. Has anyone been successful setting this up themselves or have a Repo up to date? We're up for contributing to something as well that's fairly maintained!...

When creating the docker containers with the documentation currently it installs a container with "strapi": "3.6.8", "strapi-admin": "3.6.8", "strapi-utils": "3.6.8", The current version is 4.x

Hi, I'm using windows 10 with docker. But I keep getting the following error: ``` Error: 'win32-x64' binaries cannot be used on the 'linux-x64' platform. Please remove the 'node_modules/sharp/vendor' directory...

Make the required changes for the building of v4 docker images. Closes #331 #321

## Bug report ### Describe the bug The strapi/strapi docker image does not run on the Apple M1 chip running Big Sur. ### Steps to reproduce the behavior 1. Go...

Hello, I am sorry if this is not a problem, it could be me being very expert on strapi (I am evaluating it for a project I have to start)...