Skip to content

Commit

Permalink
chore(deps): update docker.io/library/nats docker tag to v2.10.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 15, 2024
1 parent 093ec1b commit cb7e5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ services:
- "5300:53"
- "8082:8082"
nats:
image: docker.io/library/nats:2.10.18
image: docker.io/library/nats:2.10.20
command: ["--config", "nats-server.conf", "--jetstream", "--server_name", "nats-js-test", "--routes", "nats://ruser:T0pS3cr3t@nats2:6223"]
networks:
- pdns-distribute-net
ports:
- "4222:4222"
- "8222:8222"
nats2:
image: docker.io/library/nats:2.10.18
image: docker.io/library/nats:2.10.20
command: ["--config", "nats-server.conf", "--jetstream", "--server_name", "nats-js-test2", "--routes", "nats://ruser:T0pS3cr3t@nats:6222", "--port", "4223", "--http_port", "8223", "--cluster", "nats://nats2:6223"]
networks:
- pdns-distribute-net
Expand Down

0 comments on commit cb7e5c3

Please sign in to comment.