Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Aug 16, 2024
1 parent d20497a commit 77487d4
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: ["-js", "-c /etc/nats/nats-server.conf"]
command: ["-js", "--config", "/etc/nats/nats-server.conf"]
volumes:
- nats_data:/data
- ./nats-server.conf:/etc/nats/nats-server.conf
Expand Down

0 comments on commit 77487d4

Please sign in to comment.