docker-compose.yaml (view raw)
1services: 2 app: 3 build: . 4 image: ghcr.io/BiRabittoh/FixYouTube:latest 5 container_name: fixyoutube 6 restart: unless-stopped 7 ports: 8 - 127.0.0.1:1111:80