mirror of
https://github.com/nianzhibai/91.git
synced 2026-06-15 00:44:30 +08:00
10 lines
212 B
YAML
10 lines
212 B
YAML
services:
|
|
video-site-91:
|
|
image: ghcr.io/nianzhibai/91:stable
|
|
container_name: video-site-91
|
|
ports:
|
|
- "9191:9191"
|
|
volumes:
|
|
- ./data:/opt/video-site-91/data
|
|
restart: unless-stopped
|