-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confused on log path #186
Comments
Let's say you're using something similar to below. You would use something like "./data2/logs" . I don't really use docker under windows. It's been a while, but lets your using the "c:/npm/data," it would be again "c:/npm/data/logs". services: I need help understanding your second question. If you're using this app, it should be added to your docker-compose file. Maybe you can supply your docker-compose file, and I can update it here with the possible changes. Thanks. |
Did you ever get this solved? Can I close this? |
I am using Docker personal for windows, where I have NPM and Maria DB.
NPM is working properly, no issues.
However, I don't understand how to set this to make it read my NPM container log files.
I have spent a few hours searching and trying to understand how to handle that line, but I am totally stuck as to what to replace /path/to/host/nginx/logs with.
yes, I am new to docker, but I have 40 years in the IT field, and am stuck.
when I bash into my NPM instance from docker terminal, the logs are in
/data/logs/{logfiles}
but alas I don't how to point this app to that directory from the instance where Xavier's app is running.
Secondly, Xavier's app seems to only run on the terminal command line, instead of running on their own like NPM and MariaDB. How do I set this application to run without me going to the command line to start it each time?
Advice would be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: