Skip to content

Commit

Permalink
fix path again
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Aug 17, 2024
1 parent 72748cd commit 7e0f16a
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 @@ -18,7 +18,7 @@ services:
command: ["--config", "/etc/nats/nats-server.conf"]
volumes:
- nats_data:/data
- ./server/webhook-ingest/nats-server.conf:/etc/nats/nats-server.conf
- ./nats-server.conf:/etc/nats/nats-server.conf
networks:
- common-network

Expand Down

0 comments on commit 7e0f16a

Please sign in to comment.