2023-12-20 14:40:39 +08:00
|
|
|
services:
|
|
|
|
|
SPlayer:
|
|
|
|
|
build:
|
|
|
|
|
context: .
|
|
|
|
|
image: splayer
|
|
|
|
|
container_name: SPlayer
|
|
|
|
|
volumes:
|
|
|
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
|
- /etc/timezone:/etc/timezone:ro
|
|
|
|
|
ports:
|
2024-09-26 11:57:23 +08:00
|
|
|
- 25884:25884
|
2023-12-20 14:40:39 +08:00
|
|
|
restart: always
|