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

On MAC OS platform. ``` error Error: 'darwin-x64' binaries cannot be used on the 'linux-x64' platform. Please remove the 'node_modules/sharp' directory and run 'npm install' on the 'linux-x64' platform. debug...

Hi, Thanks for maintaining the docker image for Strapi, it is incredibly helpful for quick and easy management. I am wondering if we could have a production version of the...

I tried to use strapi with node v14. I need the newer version of Intl. api. docker-compoes.yml: ```yml image: strapi/strapi:3.6.3-node14 ``` error: ```bash ERROR: manifest for strapi/strapi:3.6.3-node14 not found: manifest...

Im new to strapi and trying to learn if Strapi is the correct solution for a project but its really hard to find the information I need when the links...

just followed the instruction of the [guide ](https://strapi.io/documentation/developer-docs/latest/installation/docker.html) with such docker-compse.yaml ``` version: '3' services: strapi: image: strapi/strapi environment: DATABASE_CLIENT: postgres DATABASE_NAME: strapi DATABASE_HOST: postgres DATABASE_PORT: 5432 DATABASE_USERNAME: strapi DATABASE_PASSWORD:...

## Feature request ### Please describe your feature request - [x] **I have created my request on the Product Board before I submitted this issue** - [x] **I have looked...

Despite multiple tries I'm unable to start an instance of Strapi on my M1 machine. QEMU fails on app start.

Allow database password to be defined in a file via the `DATABASE_PASSWORD_FILE` environment variable. This adds support for Docker secrets in a Docker swarm. Typical use would be as follows...

Using Ctrl-C does not exit/initiate shutdown of the application running inside the container.