aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: 637b85de4a3f6bc3c46c1686c02035957ee1fcd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
version: '3'

services:
  app:
    image: rusian/yt-local
    container_name: yt-local
    env_file: config.env
    ports:
      - "9003:8080"
    tty: true
    restart: "always"