DeployHubProject / DeployHub-Pro

DeployHub Pro Pipeline Status Project
https://www.openmakesoftware.com/application-release-automation-for-continuous-delivery/
Other
11 stars 4 forks source link

unable to mount logs folder #241

Closed piyush94 closed 5 years ago

piyush94 commented 5 years ago

image

sbtaylor15 commented 5 years ago

Remove the -v ~/logs:/opt/deployhub/logs:Z parameter. The host file system does not have the correct permissions for DeployHub to write the log files. The log files will be kept in the container file system instead.

Run the following to get the logs:
docker exec {container id} cat /opt/deployhub/logs/deployhub.log

piyush94 commented 5 years ago

ok