Force symlink in llng and wp images to allow restarting containers
Because of ln -s /dev/stdout /var/log/*.log
in run-ct.sh
, when you restart a container, you'll have fusioniam-access-manager-nginx | ln: failed to create symbolic link '/var/log/nginx/access.log': File exists
, I added the force option to avoid this and it works without any apparent side effect.