compose/feishin/docker-compose.yml

8 lines
161 B
YAML
Raw Normal View History

2024-06-29 00:53:53 -03:00
version: '3'
services:
feishin:
container_name: feishin
image: ghcr.io/jeffvli/feishin:latest
ports:
- 9180:9180
restart: 'unless-stopped'