fix start issues with EmulatorJS, Handbrake, Resilio-sync, Snapdrop (#155)

This commit is contained in:
Tiger Wang 2023-05-18 18:49:41 -04:00 committed by GitHub
parent 342e48feae
commit 17ca202341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 16 deletions

View File

@ -2,12 +2,12 @@ name: emulatorjs
services: services:
emulatorjs: emulatorjs:
environment: environment:
- PGID=1000 - PGID=$PGID
- PUID=1000 - PUID=$PUID
- SUBFOLDER=/ - SUBFOLDER=/
- TZ=Etc/UTC - TZ=$TZ
image: lscr.io/linuxserver/emulatorjs:1.7.2 image: lscr.io/linuxserver/emulatorjs:1.7.2
network_mode: data_default network_mode: bridge
ports: ports:
- target: 3000 - target: 3000
published: "3001" published: "3001"

View File

@ -20,10 +20,7 @@ services:
source: /DATA/Media source: /DATA/Media
target: /output target: /output
- type: bind - type: bind
source: /var/lib/docker/volumes/600fc8152964f5086ca729ef43181c2486230387bc84beff1951ebdc969850c9/_data source: /DATA/AppData/$AppID/config
target: /trash
- type: bind
source: /DATA/AppData/HandBrake/config
target: /config target: /config
x-casaos: x-casaos:
architectures: architectures:

View File

@ -2,11 +2,11 @@ name: resilio-sync
services: services:
resilio-sync: resilio-sync:
environment: environment:
- PGID=1000 - PGID=$PGID
- PUID=1000 - PUID=$PUID
- TZ=Etc/UTC - TZ=$TZ
image: lscr.io/linuxserver/resilio-sync:2.7.3 image: lscr.io/linuxserver/resilio-sync:2.7.3
network_mode: data_default network_mode: bridge
ports: ports:
- target: 55555 - target: 55555
published: "55555" published: "55555"

View File

@ -2,11 +2,11 @@ name: snapdrop
services: services:
snapdrop: snapdrop:
environment: environment:
- PGID=1000 - PGID=$PGID
- PUID=1000 - PUID=$PUID
- TZ=Etc/UTC - TZ=$TZ
image: lscr.io/linuxserver/snapdrop:version-eac78009 image: lscr.io/linuxserver/snapdrop:version-eac78009
network_mode: data_default network_mode: bridge
ports: ports:
- target: 443 - target: 443
published: "443" published: "443"