olgram icon indicating copy to clipboard operation
olgram copied to clipboard

it tries to generate costume cert when running the docker-compose-full.yaml

Open abdoo9 opened this issue 3 years ago • 0 comments

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

abdoo9 avatar Oct 16 '22 22:10 abdoo9