Aggiorna README.md
This commit is contained in:
parent
56ab86bc94
commit
767ff840c8
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -25,12 +25,14 @@ services:
|
|||
container_name: samba
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ./smb:/data
|
||||
- ./downloads:/downloads
|
||||
- /home/nvme/dockerdata/smb:/data
|
||||
- /home/nvme/plexmediafiles:/plexmediafiles
|
||||
- /home/nvme:/nvme
|
||||
- /home/orangepi:/home
|
||||
environment:
|
||||
- "TZ=$TIMEZONE"
|
||||
- "TZ=Europe/Rome"
|
||||
- "SAMBA_LOG_LEVEL=0"
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
```
|
||||
|
||||
don’t forget to change ```$TIMEZONE``` to your local timezone, [list of tz time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
|
||||
|
|
Loading…
Reference in a new issue