Skip to content

Commit

Permalink
fix mapDim arg in screenshot container compose example (#191)
Browse files Browse the repository at this point in the history
The example compose has the URL arg `&mapDim=2.0` specified which turns
the map black. This is apparently tripping up new users. This PR sets it
to `0.2` instead.
  • Loading branch information
kx1t authored Dec 1, 2023
2 parents 81d87d2 + d12e559 commit 63a4dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ services:
restart: always
shm_size: 1gb
environment:
- MAP_ARGS=zoom=11&hideSidebar&hideButtons&mapDim=2.0&monochromeMarkers=ff0000&outlineColor=505050&iconScale=1.5
- MAP_ARGS=zoom=11&hideSidebar&hideButtons&mapDim=0.2&monochromeMarkers=ff0000&outlineColor=505050&iconScale=1.5
- LOAD_SLEEP_TIME=10
- BASE_URL=http://ultrafeeder
- readsbpb_autogain:/run/autogain

0 comments on commit 63a4dc6

Please sign in to comment.