You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is in the title. Docker allows you to launch applications in isolation from the system without having to download the application installation files to the file system. Whereas the installation of MediaCMS requires cloning the git repository so that the command command: "./deploy/docker/prestart.sh" from the docker compose file can be executed!
I would like to install Media CMS with Docker compose without having to clone the git repository. How to do it?
The text was updated successfully, but these errors were encountered:
I'm having the same predicament while attempting to use with Portainer.
What I am going to do, but doesnt solve the issue, is install on docker, run mediacms, then reverse engineer a docker compose without the install script if possible, and then use that docker compose file in portainer with modifications for the volumes and my networks.
The problem is in the title. Docker allows you to launch applications in isolation from the system without having to download the application installation files to the file system. Whereas the installation of MediaCMS requires cloning the git repository so that the command
command: "./deploy/docker/prestart.sh"
from the docker compose file can be executed!I would like to install Media CMS with Docker compose without having to clone the git repository. How to do it?
The text was updated successfully, but these errors were encountered: