aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: aa5ba19bb14376905a6b0426972e460a162e5611 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Run this as follows: 'docker compose up'  (keep running in terminal session, exist via [STRG] + [C])
#                   or 'docker compose up -d' (keep running in background)
version: "3"
services:
  synctube:
    build: .
    restart: unless-stopped
    ports:
      - "4200:4200"
    volumes:
      - "${PWD}/user:/usr/src/app/user"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage