The generated docker-compose.yml
file can't be started on a DigitalOcean Droplet.
#77
Labels
docker-compose.yml
file can't be started on a DigitalOcean Droplet.
#77
🐛 Bug Report
The generated
docker-compose.yml
file can't be started on a fresh DigitalOcean Droplet.🤷♀️ What did you do
Run locally
npx @strapi-community/dockerize@latest -u
, pushed the result to my strapi github repo.Logged in to the Droplet machine and created an .env file with the values from my local .env file.
FYI the same error happens when I run locally
docker-compose up
.⛔️ Error log
The command exited successfully. However, when I pulled the repo to a Digital Ocean droplet and ran
docker-compose up
this happened:🕵️♀️ Stack trace
🙇♀️ Expected behavior/code
docker-compose up to start the containers.
Surprisingly this network-timeout command seems to be part of the initial commit, but I haven't found forums posts mentioning this issue.
👩💻 Environment
💡 Possible Solution
Run the command with sudo.
The text was updated successfully, but these errors were encountered: