File size: 177 Bytes
18fc695
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
version: "3"

services:
  taghub:
    build:
      context: .
      dockerfile: Dockerfile
    image: kazoo/taghub:local
    container_name: taghub
    ports:
      - 7860:7860