Skip to content

Commit

Permalink
output is readonly for titiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlord committed Sep 19, 2023
1 parent dcc3779 commit e5b5d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
container_name: biab-tiler
image: ghcr.io/developmentseed/titiler:latest
volumes:
- ./output:/output:rw
- ./output:/output:ro
environment:
- PORT=8000
- WORKERS_PER_CORE=1

0 comments on commit e5b5d34

Please sign in to comment.