mirror of
https://github.com/imsyy/SPlayer.git
synced 2025-11-25 03:14:57 +08:00
13 lines
238 B
YAML
13 lines
238 B
YAML
services:
|
|
SPlayer:
|
|
build:
|
|
context: .
|
|
image: splayer
|
|
container_name: SPlayer
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/timezone:/etc/timezone:ro
|
|
ports:
|
|
- 7899:7899
|
|
restart: always
|