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