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:
c36e3f05dc
Branches
Tags
×
master
osm-data
/ docker-compose.yml
haya4
on 23 Jun 2022
123 bytes
localhostでの55地域の配信可能な状態
Raw
Blame
History
version: "3.1" services: app: image: nginx ports: - 80:80 volumes: - ./:/usr/share/nginx/html:ro