diff --git a/feishin/docker-compose.yml b/feishin/docker-compose.yml new file mode 100644 index 0000000..c1db458 --- /dev/null +++ b/feishin/docker-compose.yml @@ -0,0 +1,8 @@ +version: '3' +services: + feishin: + container_name: feishin + image: ghcr.io/jeffvli/feishin:latest + ports: + - 9180:9180 + restart: 'unless-stopped' \ No newline at end of file