mirror of
https://github.com/fosrl/newt.git
synced 2025-05-13 05:30:39 +01:00
Update readme
This commit is contained in:
parent
3e851edf46
commit
0de439d377
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -46,6 +46,18 @@ Example:
|
|||
--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
|
||||
|
||||
### Container
|
||||
|
|
Loading…
Reference in a new issue