Initial Docker startup

Issue #1263 resolved
Fabian created an issue

Hi Janos,

I recently heard of your awesome piece of software and wanted to try it out.

Unfortunately there ist no way to start the docker-compose (versions 1.4.1 and 1.4.2).

The start.sh tries to copy the config files and modify them (according to the .env) via sed. This try fails due to missing configs in the first place. It fails directly after the generation of the certificates at line 79.

Is there a way to generate those files “by hand” or do we need to install piler “the usual” way and copy those before switching to docker?

Best regards,
Fabian

Comments (3)

  1. Janos SUTO repo owner

    Can you try using the docker-compose.yaml on the master branch? For me, it works just fine.

  2. Fabian reporter

    Thanks for your quick answer!

    The failure was on my side even though I don’t know why this happens… If I use your docker-compose it works fine. If I mount the volumes to an specific path on the host it fails…

    Best regards,

    Fabian

  3. Log in to comment