From 257e207b3da7bda7b4efca3005cdf582bf67af0c Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Tue, 13 Aug 2024 00:49:28 +0200 Subject: [PATCH] removed odd `sh -c` --- docker-compose.local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.local.yml b/docker-compose.local.yml index bb5a946bd..b186f1953 100644 --- a/docker-compose.local.yml +++ b/docker-compose.local.yml @@ -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