Skip to content

Commit

Permalink
removed odd sh -c
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Aug 12, 2024
1 parent b913c3f commit 257e207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ services:
start_period: 20s
osm-download-data:
image: alpine:latest
command: sh -c "apk --update --quiet add wget && wget --continue --timestamping https://download.geofabrik.de/europe/germany/bayern/oberbayern-latest.osm.pbf"
command: apk --update --quiet add wget && wget --continue --timestamping https://download.geofabrik.de/europe/germany/bayern/oberbayern-latest.osm.pbf
working_dir: /map/data
volumes:
- ./map/data/:/map/data/:rw
Expand Down

0 comments on commit 257e207

Please sign in to comment.