olgram
olgram copied to clipboard
it tries to generate costume cert when running the docker-compose-full.yaml
when I use this command
sudo docker compose -f docker-compose-full.yaml up -d
it make all the containers but the olgram-olgram-1 container keep restarting becuse it is trying to generate costume cert even tho there is no need for it because it should use the traefik container instead
this is the error logs for the olgram container
$ docker logs olgram-olgram-1
Use custom certificate
Generate new certificate
Generating a RSA private key
............................+++++
..............................................+++++
writing new private key to '/cert/private.key'
req: Can't open "/cert/private.key" for writing, No such file or directory
Use custom certificate
Generate new certificate
Generating a RSA private key
..................................+++++
....................................................................................................................................................................................................+++++
writing new private key to '/cert/private.key'
req: Can't open "/cert/private.key" for writing, No such file or directory
Use custom certificate
Generate new certificate
Generating a RSA private key
.......................+++++
................................................................................................................................+++++
writing new private key to '/cert/private.key'
req: Can't open "/cert/private.key" for writing, No such file or directory
Use custom certificate
Generate new certificate
how to get around this problem? thanks in advance