Skip to content

Commit

Permalink
optimize dir
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Aug 16, 2024
1 parent 69bf89e commit a7fc0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/webhook-ingest/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
image: nats:latest
ports:
- "4222"
command: ["--jetstream", "--store_dir", "/data/jetstream"]
command: ["--jetstream", "--store_dir", "/data"]
volumes:
- nats_data:/data
networks:
Expand Down

0 comments on commit a7fc0d8

Please sign in to comment.