docker-compose.yaml (view raw)
1services: 2 app: 3 build: . 4 image: birabittoh/fxyoutube:latest 5 container_name: fxyoutube 6 ports: 7 - 127.0.0.1:1111:80