GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
osm
/
osm-data
Transfer to URL with SHA
Find file
Newer
Older
tree:
00c34026b4
Branches
Tags
×
master
osm-data
/ docker-compose.yml
haya4
on 10 Nov 2023
123 bytes
index.geojson
Raw
Blame
History
version: "3.1" services: app: image: nginx ports: - 80:80 volumes: - ./:/usr/share/nginx/html:ro