You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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>
.
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: