mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-27 15:15:42 +03:00
7 lines
100 B
YAML
7 lines
100 B
YAML
#version: '3'
|
|
services:
|
|
app:
|
|
image: "epicmorg/opentracker:latest"
|
|
build:
|
|
context: .
|