mirror of
https://github.com/GHOSCHT/franz.git
synced 2024-11-09 23:41:58 +01:00
Beginn file restore
This commit is contained in:
parent
938c7c43b4
commit
7e171c168f
1 changed files with 22 additions and 0 deletions
22
nas/docker-compose.yml
Normal file
22
nas/docker-compose.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
version: '2'
|
||||||
|
|
||||||
|
services:
|
||||||
|
samba:
|
||||||
|
container_name: samba
|
||||||
|
image: dperson/samba
|
||||||
|
volumes:
|
||||||
|
- /media/hdd/nas:/mount
|
||||||
|
ports:
|
||||||
|
- "139:139"
|
||||||
|
- "445:445"
|
||||||
|
restart: always
|
||||||
|
command: >
|
||||||
|
-s "public;/mount;yes;no;yes"
|
||||||
|
-p
|
||||||
|
networks:
|
||||||
|
net:
|
||||||
|
ipv4_address: 172.26.0.7
|
||||||
|
networks:
|
||||||
|
net:
|
||||||
|
name: traefik-net
|
||||||
|
external: true
|
Loading…
Reference in a new issue