Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • FusionIAM FusionIAM
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • FusionIAMFusionIAM
  • FusionIAMFusionIAM
  • Merge requests
  • !1

Force symlink in llng and wp images to allow restarting containers

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Hadrien Pelissier requested to merge ketsapiwiq/fusioniam:force-symlink into master Jul 21, 2021
  • Overview 1
  • Commits 1
  • Changes 2

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.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: force-symlink