Version plex, Enable incoming dir in samba
This commit is contained in:
parent
a4389b07b5
commit
e52dcd3a3e
|
@ -53,7 +53,7 @@ services:
|
|||
traefik.http.routers.simpleauth.rule: "PathPrefix(`/`)"
|
||||
traefik.http.services.simpleauth.loadbalancer.server.port: "8080"
|
||||
plex:
|
||||
image: ghcr.io/linuxserver/plex:1.25.4
|
||||
image: ghcr.io/linuxserver/plex:1.25.6
|
||||
networks:
|
||||
- hostnet
|
||||
environment:
|
||||
|
@ -146,14 +146,19 @@ services:
|
|||
- type: bind
|
||||
source: /srv/ext
|
||||
target: /srv/ext
|
||||
bind:
|
||||
propagation: rslave
|
||||
environment:
|
||||
NMBD: enable
|
||||
RECYCLE: disable
|
||||
USERID: 911
|
||||
GROUPID: 911
|
||||
# name;path;browse;readonly;guest
|
||||
SHARE1: storage;/srv/ext/storage;yes;no;no
|
||||
SHARE2: media;/srv/ext/media;yes;no;no
|
||||
SHARE3: software;/srv/ext/software;yes;no;no
|
||||
SHARE4: backups;/srv/ext/backups;yes;no;no
|
||||
SHARE4: incoming;/srv/ext/incoming;yes;no;no
|
||||
env_file:
|
||||
- samba-users.env
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue