Skip to content
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

Fix absolute path with --input-file #232

Merged
merged 3 commits into from
Feb 23, 2022
Merged

Conversation

rustprooflabs
Copy link
Owner

Fix issue with --input-file and absolute paths if not using /app/output directory, see #229.

Initial testing seems to fix the issue, allowing this to work.

docker run --name pgosm -d --rm     -v ~/pgosm-data:/customlocation     -v /etc/localtime:/etc/localtime:ro     -e POSTGRES_PASSWORD=$POSTGRES_PASSWORD     -p 5433:5432 -d rustprooflabs/pgosm-flex

docker exec -it     pgosm python3 docker/pgosm_flex.py     --ram=8     --input-file=/customlocation/my-custom.osm.pbf 

@rustprooflabs rustprooflabs added bug Something isn't working Docker Docker image and/or related script(s) labels Feb 23, 2022
@rustprooflabs rustprooflabs added this to the 0.4.5 milestone Feb 23, 2022
@rustprooflabs rustprooflabs marked this pull request as ready for review February 23, 2022 14:11
@rustprooflabs rustprooflabs merged commit ee3c137 into dev Feb 23, 2022
@rustprooflabs rustprooflabs deleted the absolute-path-input-file branch February 23, 2022 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Docker Docker image and/or related script(s)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant