Aggiorna docker-compose.yalm
This commit is contained in:
parent
767ff840c8
commit
7b393661a5
1 changed files with 4 additions and 1 deletions
|
@ -1,14 +1,17 @@
|
||||||
## https://fariszr.com/en/docker-smb-network-discovery/
|
## https://fariszr.com/en/docker-smb-network-discovery/
|
||||||
version: "3.5"
|
version: "3.5"
|
||||||
|
|
||||||
|
version: "3.5"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
samba:
|
samba:
|
||||||
image: crazymax/samba
|
image: crazymax/samba
|
||||||
container_name: samba
|
container_name: samba
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- /home/orangepi/dockerfiles/smb:/data
|
- /home/nvme/dockerdata/smb:/data
|
||||||
- /home/nvme/plexmediafiles:/plexmediafiles
|
- /home/nvme/plexmediafiles:/plexmediafiles
|
||||||
|
- /home/nvme:/nvme
|
||||||
- /home/orangepi:/home
|
- /home/orangepi:/home
|
||||||
environment:
|
environment:
|
||||||
- "TZ=Europe/Rome"
|
- "TZ=Europe/Rome"
|
||||||
|
|
Loading…
Reference in a new issue