Skip to content

Commit

Permalink
made sure that the continue flag won't cause `416 Requested Range Not…
Browse files Browse the repository at this point in the history
… Satisfiable` issues
  • Loading branch information
CommanderStorm committed Aug 9, 2024
1 parent 657d9a9 commit 428de95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ services:
image: alpine:latest
command:
- wget
- -c
- -O
- data.pbf
- https://download.geofabrik.de/europe/germany/bayern/oberbayern-latest.osm.pbf
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ services:
image: alpine:latest
command:
- wget
- -c
- -O
- data.pbf
- https://download.geofabrik.de/europe/germany-latest.osm.pbf
Expand Down

0 comments on commit 428de95

Please sign in to comment.