Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
clearify external volume behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Aug 9, 2024
1 parent 6ef2791 commit e710f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plausible/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
restart: unless-stopped
image: clickhouse/clickhouse-server:24.3.3.102-alpine@sha256:f226fe41f0578968b7f68a54b902d203ff4decfddfccb97c89fe5bfc36a51b66
volumes:
- event-data:/var/lib/clickhouse
- plausible_event-data:/var/lib/clickhouse
configs:
- source: clickhouse-config
target: /etc/clickhouse-server/config.d/logging.xml
Expand Down Expand Up @@ -63,7 +63,7 @@ volumes:
geoip:
driver: local
postgres:
event-data:
plausible_event-data:
external: true

configs:
Expand Down

1 comment on commit e710f20

@FarisZR
Copy link
Member Author

@FarisZR FarisZR commented on e710f20 Aug 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clarify*

Please sign in to comment.