Replies: 1 comment
-
wrong parameter set - sorry. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have setup a docker image on synology as described here: https://github.com/rtuszik/photon-docker
I can now access the photon with hostname:2322 and I get some results for queries.
my synology has the folder on /volume1/docker/photon/photon_data
So I added the path in the compose file as follow:
volumes:
- /volume1/docker/photon/photon_data:/var/app/photon_data:rw
I just got it running today. and I see the update_interval is set to 24h
environment:
- UPDATE_STRATEGY=PARALLEL
- UPDATE_INTERVAL=24h
- LOG_LEVEL=INFO
- COUNTRY_CODE=ch
but i expected to see already some downloaded index files in my synology folder /volume1/docker/photon/photon_data when I execute the service manually.
How does this works, when there is not yet an index downloaded?
Is there a way to manually trigger the index download for Switzerland?
Or do I have just to wait until tomorrow to see the downloaded index in my synology folder?
Beta Was this translation helpful? Give feedback.
All reactions