mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08:00
9 lines
227 B
YAML
9 lines
227 B
YAML
version: '3.4'
|
|
|
|
services:
|
|
fladder:
|
|
image: ghcr.io/donutware/fladder:v0.2.6
|
|
ports:
|
|
- 80:80
|
|
environment:
|
|
- BASE_URL=https://server-url #OPTIONAL: Locks the Fladder front-end to a certain jellyfin server
|