Aggiorna README.md

This commit is contained in:
Fabio 2025-01-16 15:29:54 +08:00
parent 8db71452a8
commit 95fed5f3f3

View file

@ -1,3 +1,24 @@
# FABIO note
creare l'immagine docker wsdd con il comando
```
sudo docker build -t wsdd .
```
per far partire il docker usare il seguente docker compose
in HOSTNAME= mettere il nome che si vuole visualizzare nella rete
``` docker compose
services:
wsdd:
#image: jonasped/wsdd
image: wsdd:latest
network_mode: host
environment:
- 'HOSTNAME=OrangePiSMB'
restart: unless-stopped
```
original git https://github.com/JonasPed/wsdd-docker
# wsdd-docker
Docker image for wsdd.py.