Primo caricamento
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# User and Group ID
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
|
||||
# Ports
|
||||
WEB_UI_PORT=8384
|
||||
SYNC_PORT=22000
|
||||
DISCOVERY_PORT=21027
|
||||
|
||||
# Volume Paths (modifica questi percorsi secondo le tue esigenze)
|
||||
# Percorso per la configurazione di Syncthing
|
||||
CONFIG_PATH=./syncthing/config
|
||||
|
||||
# Percorso per i dati sincronizzati
|
||||
DATA_PATH=./syncthing/data
|
||||
Reference in New Issue
Block a user