Skip to content

Commit

Permalink
Make postgres directory as external
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Jan 31, 2024
1 parent bc5bf08 commit 2dcfb4c
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
Expand Up @@ -15,7 +15,7 @@ services:
# Use "command: postgres -c jit=off" for PostgreSQL 11+ because of slow large MVT query processing
# Use "shm_size: 512m" if you want to prevent a possible 'No space left on device' during 'make generate-tiles-pg'
volumes:
- pgdata:/var/lib/postgresql/data
- /data/openmaptiles/postgresql:/var/lib/postgresql/data
networks:
- postgres
ports:
Expand Down

0 comments on commit 2dcfb4c

Please sign in to comment.