Temporary jellyfin accounts can now be made through messaging. Commands were moved out and into their own files and functions for organization.
8 lines
180 B
YAML
8 lines
180 B
YAML
version: '3.3'
|
|
services:
|
|
messagearr:
|
|
ports:
|
|
- '4545:4545'
|
|
volumes:
|
|
- /loca/file/path:/data
|
|
image: packetparker/messagearr:latest |