Remove docker-compose.yml

This commit is contained in:
Simon 2021-09-05 02:33:42 +01:00
parent 4a9fe79689
commit bee15195f1
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
version: '3.3'
services:
FreeDMR-Mytera:
container_name: FreeDMR-IPSC
# volumes:
# - './DMRGateway.ini:/opt/hytera-stack/DMRGateway.ini'
ports:
- '62005:62005/udp'
- '62006:62006/udp'
- '62007:62007/udp'
image: 'hacknix/freedmr:FreeDMR-IPSC'
restart: "unless-stopped"