-
Notifications
You must be signed in to change notification settings - Fork 19
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
Can't find the Directory /usr/share/fscrawler/config/ #12
Comments
Just saw your issue here. I had commented on the comment you made on 1 of
the commits. Here's my reply again
`/usr/share/fscrawler/config` is the folder inside the docker container,
not on your laptop.
The file docker-compose-deployment.yml will mount this folder from inside
the docker container to the folder "config" inside the working directory
from which you're running the docker-compose tool.
For more information about docker-compose mount volumes, check
https://docs.docker.com/compose/compose-file/#volumes
…On Tue, Aug 20, 2019, 20:30 sagunpandey123 ***@***.***> wrote:
Hi, I'm trying to use docker-fscrawler on windows. I'm following your
"readme" and using docker-compose(file2). I ran the command, the job name
is also created in (/usr/share/fscrawler/config/
[image: Capture]
<https://user-images.githubusercontent.com/43397132/63373999-ef3f0800-c356-11e9-850d-7060e6673542.JPG>
). I'm trying to figure out where is (/usr/share/fscrawler/config/) this
directory on my computer so that I can edit the file before relunch. Also,
since I couldn't find out where it is created, I just re-ran the code, but
it looks like it overwrites and creates a new job. I googled but I couldn't
find the solution. Please help.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12?email_source=notifications&email_token=ACAA5BBL6V5NUSWK7RZA2OLQFQZ4DA5CNFSM4IN3CPS2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HGKHLSA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACAA5BATUUNMHM6HO7K7BHDQFQZ4DANCNFSM4IN3CPSQ>
.
|
I know, I'm sorry about that. I removed my comment from the commits. And thank you so much. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm trying to use docker-fscrawler on windows. I'm following your "readme" and using docker-compose(file2). I ran the command, the job name is also created in (/usr/share/fscrawler/config/
). I'm trying to figure out where is (/usr/share/fscrawler/config/) this directory on my computer so that I can edit the file before relunch. Also, since I couldn't find out where it is created, I just re-ran the code, but it looks like it overwrites and creates a new job. I googled but I couldn't find the solution. Please help.
The text was updated successfully, but these errors were encountered: