mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
12 lines
235 B
YAML
12 lines
235 B
YAML
version: "3"
|
|
services:
|
|
gameyfin:
|
|
image: grimsi/gameyfin:v2
|
|
container_name: gameyfin
|
|
environment:
|
|
PLACEHOLDER: ""
|
|
volumes:
|
|
- <path to your game library>:/opt/gameyfin-library
|
|
ports:
|
|
- "8080:8080"
|