Implement Authorization

This commit is contained in:
2023-05-07 18:00:27 +02:00
parent b91b022cbb
commit b33795b4e0
5 changed files with 45 additions and 7 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env sh
docker run -p 4222:4222 -t nats:latest
docker run -p 4222:4222 -v ./config:/config -t nats:latest -c /config/server.conf