docker icon indicating copy to clipboard operation
docker copied to clipboard

Persist installation

Open daniekpo opened this issue 3 years ago • 2 comments

I have to do installation every time I start the container. I'm persisting /var/www/ but the installation always starts from scratch if I stop the container and start it again

daniekpo avatar Feb 02 '22 16:02 daniekpo

@daniekpo same issue for me.

stephane-klein avatar Mar 20 '23 23:03 stephane-klein

You need to make a volume or mount for the /var/ww/html/ directory, after that it should not try to reinstall.

dustsucker avatar Oct 13 '23 12:10 dustsucker