bitxeno / atvloadly

Easily sideload the IPA to AppleTV
GNU Affero General Public License v3.0
288 stars 9 forks source link

补充一个 dockercompose.yaml #1

Closed bao3 closed 1 year ago

bao3 commented 1 year ago

补一个 Docker-compose 文件,也可以导入 Portainer 直接使用

# Build for Apple TV alterServer service
version: '3'
services:
  AppleTV:
    image: ghcr.io/bitxeno/atvloadly:latest
    container_name: AppleTV
    volumes:
      - /srv/docker/atvloadly:/data
      - /var/run/dbus:/var/run/dbus
      - /var/run/avahi-daemon:/var/run/avahi-daemon 
    ports:
      - 8080:80/tcp
    restart: unless-stopped
github-actions[bot] commented 1 year ago

This issue was closed due to inactive more than 30 days. You can reopen it if you think it should continue.