We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I reported an error using navicat connection, what is the cause of this and how should I fix it?
The deployment process is as follows
docker run -v /root/taiwan-latest.osm.pbf:/data/region.osm.pbf -v osm-data:/data/database/ overv/openstreetmap-tile-server import
docker run -p 8080:80 -p 5432:5432 -e PGPASSWORD=123456 -v osm-data:/data/database/ -d overv/openstreetmap-tile-server run
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I reported an error using navicat connection, what is the cause of this and how should I fix it?
The deployment process is as follows
docker run
-v /root/taiwan-latest.osm.pbf:/data/region.osm.pbf
-v osm-data:/data/database/
overv/openstreetmap-tile-server
import
docker run
-p 8080:80
-p 5432:5432
-e PGPASSWORD=123456
-v osm-data:/data/database/
-d overv/openstreetmap-tile-server
run
The text was updated successfully, but these errors were encountered: