mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
Added basic docker compose file
This commit is contained in:
parent
ba4ea5ecf7
commit
07c43d9fae
1 changed files with 9 additions and 0 deletions
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue