Update readme

This commit is contained in:
Owen Schwartz 2025-01-04 17:51:13 -05:00
parent 3e851edf46
commit 0de439d377
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -46,6 +46,18 @@ Example:
--endpoint https://example.com --endpoint https://example.com
``` ```
```yaml
services:
newt:
image: fosrl/newt
container_name: newt
restart: unless-stopped
command:
- --id 31frd0uzbjvp721 \
- --secret h51mmlknrvrwv8s4r1i210azhumt6isgbpyavxodibx1k2d6 \
- --endpoint https://example.com
```
## Build ## Build
### Container ### Container