| Mind's Forge |
|
Notes »
Experimenting with Reticulum and Nomad Networkdocker-compose YAML
services:
nomadnet:
image: ghcr.io/markqvist/nomadnet:master
container_name: nomadnet
restart: unless-stopped
network_mode: "host"
devices:
- /dev/ttyUSB0
volumes:
- /home/$USER/.nomadnetwork/:/root/.nomadnetwork/
- /home/$USER/.reticulum/:/root/.reticulum/
Replace $USER with your username (or maybe compose has access to env, idk)
the NOTE: For some reason I need to run Links
|
| Page last modified on August 07, 2023, at 10:21 am |