refact(): remove docker-compose

This commit is contained in:
Gareth Flowers 2020-09-04 23:24:39 +01:00
parent dbc5fb349e
commit f5730f421e

View file

@ -1,9 +0,0 @@
version: "3"
services:
app:
build: .
expose:
- 21
image: garethflowers/ftp-server
network_mode: host
restart: always