From 69a71c2073b198dd6570b985d8ea9527363e3818 Mon Sep 17 00:00:00 2001 From: yangzhang Date: Wed, 23 Oct 2019 09:05:30 +0800 Subject: [PATCH] add trustie.yml --- trustie.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 trustie.yml diff --git a/trustie.yml b/trustie.yml new file mode 100644 index 0000000..7c7b73e --- /dev/null +++ b/trustie.yml @@ -0,0 +1,12 @@ +version: '2' + +services: + front-end: + image: socksshop/front-end:latest + ports: + - '8079:8079' + hostname: front-end + restart: always + cap_drop: + - all + read_only: true \ No newline at end of file