mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-28 15:45:44 +03:00
7 lines
105 B
YAML
7 lines
105 B
YAML
#version: '3'
|
|
services:
|
|
app:
|
|
image: "epicmorg/zabbix-snmptraps:latest"
|
|
build:
|
|
context: .
|