About 314,000 results
Open links in new tab
  1. How to host a phpmyadmin on dokku? - Stack Overflow

    Jan 22, 2024 · Dokku Installation: Install Dokku following the official documentation. Basic Linux Knowledge: Familiarity with Linux commands and concepts. Steps to Set Up phpMyAdmin 1. …

  2. How to use docker compose with dokku? - Stack Overflow

    Apr 9, 2020 · Here is a run through on how to set up docker-matomo on Dokku by pulling the image directly from Docker Hub. You should be able to re-use your old database, by using this …

  3. docker - Rails 7.1 - Missing `secret_key_base` for 'production ...

    Apr 16, 2024 · Rails 7.1 - Missing `secret_key_base` for 'production' environment when deploying to production via Dokku Asked 1 year, 7 months ago Modified 1 year, 7 months ago Viewed 1k …

  4. What is the proper command to restart a Dokku app from SSH?

    Jan 21, 2014 · A Rails app I deployed on DigitalOcean using Dokku crashed and started returning 500 errors. How can I restart it without pushing an empty commit?

  5. Dokku Deploy Github action, Permission denied (publickey)

    Jul 1, 2022 · Trying to set up Github actions. Workflow is to start Dokku deployment on merged PR to main branch: .github/workflows/dokku.yml on: pull_request: branches: [main] types: - …

  6. Setting Dokku environment variables - Stack Overflow

    After the Dokku client is installed locally, make sure that the dokku app remote is set inside the repository directory. You can verify this by running $ git remote -v. If the output doesn't show …

  7. deployment - Trying to deploy an app via dokku fails with `s6 …

    Jul 22, 2025 · Trying to deploy an app via dokku fails with `s6-overlay-suexec: fatal: can only run as pid 1` Asked 4 months ago Modified 4 months ago Viewed 114 times

  8. Dokku got nginx page instead of my RoR apps - Stack Overflow

    Dec 17, 2024 · I have a RoR apps running on dokku server (ver. 0.35.11) when on try to go on the app, using the ip, of the server, I got the nginx default page Here is my nginx config file server …

  9. dokku - where is my application's directory - Stack Overflow

    I am trying to access logs of my Node.js application which is written in file mylogfile.log inside application's directory. Using find / -type f -name mylogfile.log i was able to see this output: ...

  10. nginx - dokku: 413 Request Entity Too Large - Stack Overflow

    dokku: 413 Request Entity Too Large Asked 8 years, 1 month ago Modified 1 year, 6 months ago Viewed 2k times