Skip to content

Commit

Permalink
don't volume mount bc we're downloading it each time
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarticus committed Jan 24, 2025
1 parent 27386ed commit d677c5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ services:
args:
BIN: feature-flags
restart: on-failure
volumes:
- ./share/GeoLite2-City.mmdb:/share/GeoLite2-City.mmdb
environment:
WRITE_DATABASE_URL: 'postgres://posthog:posthog@db:5432/posthog'
READ_DATABASE_URL: 'postgres://posthog:posthog@db:5432/posthog'
Expand Down

0 comments on commit d677c5d

Please sign in to comment.