Aggiorna README.md

This commit is contained in:
Fabio 2025-03-05 15:59:30 +08:00
parent 56ab86bc94
commit 767ff840c8

View file

@ -25,12 +25,14 @@ services:
container_name: samba container_name: samba
network_mode: host network_mode: host
volumes: volumes:
- ./smb:/data - /home/nvme/dockerdata/smb:/data
- ./downloads:/downloads - /home/nvme/plexmediafiles:/plexmediafiles
- /home/nvme:/nvme
- /home/orangepi:/home
environment: environment:
- "TZ=$TIMEZONE" - "TZ=Europe/Rome"
- "SAMBA_LOG_LEVEL=0" - "SAMBA_LOG_LEVEL=0"
restart: always restart: unless-stopped
``` ```
dont forget to change ```$TIMEZONE``` to your local timezone, [list of tz time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) dont forget to change ```$TIMEZONE``` to your local timezone, [list of tz time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)